![]() |
VOOZH | about |
dotnet add package DynamicRouting.Kentico.MVCOnly --version 12.29.14
NuGet\Install-Package DynamicRouting.Kentico.MVCOnly -Version 12.29.14
<PackageReference Include="DynamicRouting.Kentico.MVCOnly" Version="12.29.14" />
<PackageVersion Include="DynamicRouting.Kentico.MVCOnly" Version="12.29.14" />Directory.Packages.props
<PackageReference Include="DynamicRouting.Kentico.MVCOnly" />Project file
paket add DynamicRouting.Kentico.MVCOnly --version 12.29.14
#r "nuget: DynamicRouting.Kentico.MVCOnly, 12.29.14"
#:package DynamicRouting.Kentico.MVCOnly@12.29.14
#addin nuget:?package=DynamicRouting.Kentico.MVCOnly&version=12.29.14Install as a Cake Addin
#tool nuget:?package=DynamicRouting.Kentico.MVCOnly&version=12.29.14Install as a Cake Tool
Dynamic Routing in Kentico using Assembly Attribute. This module is the MVC Stand Alone package, and should only be used if you do not wish to use the normal DynamicRouting.Kentico packages (which include the Url Slug Generation logic).
This package requires you provide the logic to Get the Page based on the request using the DynamicRoutingEvents.GetPage global event hooks.
Please see the project site's Readme file for full details. Below is only a summary.
GetPageEventArgs, see "Sample GetPage Logic" below[assembly: DynamicRouting] Attribute tags to define your Dynamic RoutingFeel free to Fork and submit pull requests to contribute.
You can submit bugs through the issue list and i will get to them as soon as i can, unless you want to fix it yourself and submit a pull request!
Check the License.txt for License information
Can be used on any Kentico 12 SP site (hotfix 29 or above).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 net461 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Converted DynamicRouteHelper into an interface IDynamicRouteHelper so UnitTesting is supported. Added BaseDynamicRouteHelper and added Obsolete on normal DynamicRouteHelper class with instructions on autofac hookup.