![]() |
VOOZH | about |
dotnet add package HBD.Mef.Mvc --version 1.1.3.1
NuGet\Install-Package HBD.Mef.Mvc -Version 1.1.3.1
<PackageReference Include="HBD.Mef.Mvc" Version="1.1.3.1" />
<PackageVersion Include="HBD.Mef.Mvc" Version="1.1.3.1" />Directory.Packages.props
<PackageReference Include="HBD.Mef.Mvc" />Project file
paket add HBD.Mef.Mvc --version 1.1.3.1
#r "nuget: HBD.Mef.Mvc, 1.1.3.1"
#:package HBD.Mef.Mvc@1.1.3.1
#addin nuget:?package=HBD.Mef.Mvc&version=1.1.3.1Install as a Cake Addin
#tool nuget:?package=HBD.Mef.Mvc&version=1.1.3.1Install as a Cake Tool
The Mef (Dependence injection) for Mvc5 and Mvc6.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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. |
This package is not used by any popular GitHub repositories.
Version 1.1.3.1
- Update to latest nuget packages.
Version 1.1.1
- Add default Router for MefAreaRegistration.
- Support registering and rendering the bundles for particular page.
- Add naming bundle for Area that can be in the Page level
Version 1.1.0
- Using the HBD.Mef.Logging instead.
- Separate the Navigation to HBD.Shell.Navigation project that provides the flexibility to custom the Navigation for the Workspace.
- Update to the HBD.Framework 2.0.0
- Update to the HBD.Mef.Logging 2.0.0
- Say good by CommonServiceLocator and welcome on-board HBD.ServiceLocator 1.0.0
- Support .Net framework 4.5.2 onward.
Version 1.0.5
- Allow to log the debug info in Log4NetLogger by add the key 'HBD.Logging.AllowDebugLog' to the AppSettings.
- Apply the logic to throw an HttpResponseException if there is no controller found for an Area in MefApiHttpControllerSelector.
Version 1.0.4
- Hotfix the ConsolidateSeparetorInfo method of NavigationServiceFactory.
- Upgrade to HBD.Framework 1.0.10
- Fix the dependency packages.
Version 1.0.3
- Support Web Api.
- Support to merge the configuration from either the configuration is placed in Areas\[ModuleName]\Web.config or in bin\[ModuleName].config.
- Improve the Controllers Exporting and Importing. So no need to marks the Controllers with [Export] and [PartCreationPolicy(CreationPolicy.NonShared)] attributes anymore.
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.