Info
Version: | 12.29.14 |
Author(s): | Kentico Community |
Last Update: | Thursday, April 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/KenticoDevTrev/DynamicRouting/tree/DynamicRouting-Only |
NuGet Url: | https://www.nuget.org/packages/DynamicRouting.Kentico.MVCOnly |
Install
Install-Package DynamicRouting.Kentico.MVCOnly
dotnet add package DynamicRouting.Kentico.MVCOnly
paket add DynamicRouting.Kentico.MVCOnly
DynamicRouting.Kentico.MVCOnly Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr(>= 3.5.0.2)
- Kentico.AspNet.Mvc(>= 12.0.29)
- Microsoft.AspNet.Razor(>= 3.2.7)
- Microsoft.AspNet.WebPages(>= 3.2.7)
- Microsoft.CSharp(>= 4.4.1)
- Microsoft.Owin.Security(>= 3.1.0)
- Microsoft.Owin.Security.Cookies(>= 3.1.0)
- Microsoft.Owin.Security.OAuth(>= 3.1.0)
- Microsoft.Web.Xdt(>= 2.1.1)
- Newtonsoft.Json(>= 11.0.2)
- WebGrease(>= 1.6.0)
Must override DynamicRoutingEvents.GetPage to insert your own lookup logic. This is a stand alone MVC only module and does not integrate with the Url Slug logic in the normal DynamicRouting.Kentico and DynamicRouting.Kentico.MVC packages.