HBD.Mef.Mvc
1.0.2
See the version list below for details.
dotnet add package HBD.Mef.Mvc --version 1.0.2
NuGet\Install-Package HBD.Mef.Mvc -Version 1.0.2
<PackageReference Include="HBD.Mef.Mvc" Version="1.0.2" />
paket add HBD.Mef.Mvc --version 1.0.2
#r "nuget: HBD.Mef.Mvc, 1.0.2"
// Install HBD.Mef.Mvc as a Cake Addin #addin nuget:?package=HBD.Mef.Mvc&version=1.0.2 // Install HBD.Mef.Mvc as a Cake Tool #tool nuget:?package=HBD.Mef.Mvc&version=1.0.2
The Mef (Dependence injection) for Mvc5 and Mvc6.
Product | Versions 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. |
-
.NETFramework 4.6.2
- Antlr (>= 3.5.0.2)
- CommonServiceLocator (>= 1.3.0)
- HBD.Framework (>= 1.0.8)
- log4net (>= 2.0.8)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Razor (>= 3.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.AspNet.WebPages (>= 3.2.3)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Newtonsoft.Json (>= 10.0.2)
- WebActivatorEx (>= 2.2.0)
- WebGrease (>= 1.6.0)
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 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.