HBD.Mef.Mvc 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package HBD.Mef.Mvc --version 1.0.3
NuGet\Install-Package HBD.Mef.Mvc -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HBD.Mef.Mvc" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBD.Mef.Mvc --version 1.0.3
#r "nuget: HBD.Mef.Mvc, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HBD.Mef.Mvc as a Cake Addin
#addin nuget:?package=HBD.Mef.Mvc&version=1.0.3

// Install HBD.Mef.Mvc as a Cake Tool
#tool nuget:?package=HBD.Mef.Mvc&version=1.0.3

The Mef (Dependence injection) for Mvc5 and Mvc6.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HBD.Mef.Mvc:

Package Downloads
HBD.Mef.Mvc.Bootstrapper

The Bootstrapper class template for HBD.Mef.Mvc When installed a new class named "Bootstrapper.cs" will be added in App_Start folder.

HBD.Mef.Mvc.ModuleRegister

The Area registration class template for HBD.Mef.Mvc When installed a new class named "ModuleRegister.cs" will be added. You should rename this class and update the Module name according to your module.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3.1 1,737 4/1/2018
1.1.3 1,512 4/1/2018
1.1.2 1,437 1/2/2018
1.1.1 1,269 10/23/2017
1.1.0 1,393 8/26/2017
1.0.5 1,403 5/20/2017
1.0.4 1,317 5/17/2017
1.0.3 1,327 5/14/2017
1.0.2 1,481 5/7/2017
1.0.1 1,349 5/1/2017
1.0.0 1,387 4/27/2017

Version 1.0.3
     - Support Web Api.
     - Support to merge the configuration from either Web.config in Areas\[ModuleName]\Web.config or in bin\[ModuleName].config for WebApi supporting purpose.
     - Improve the Controllers Exporting and Importing. So no need to mark the controller with [Export and PartCreationPolicy(CreationPolicy.NonShared)]
     Version 1.0.2
     - Hotfix IsActivated of NavigationInfo.
     Version 1.0.1
     - Add Roles filtering for NavigationIndo.
     Version 1.0.0
     - Build the Bootstrapper for Mvc.
     - Add Main Menu Navigation Service.
     - Support FontAwesome and Glyphicon Icons for Navigation services.
     - Footer Navigation service.
     - Area Bundle resource rendering.
     - Log4Net logging service.