DynamicRouting.Kentico.MVCOnly 12.29.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package DynamicRouting.Kentico.MVCOnly --version 12.29.8
NuGet\Install-Package DynamicRouting.Kentico.MVCOnly -Version 12.29.8
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="DynamicRouting.Kentico.MVCOnly" Version="12.29.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicRouting.Kentico.MVCOnly --version 12.29.8
#r "nuget: DynamicRouting.Kentico.MVCOnly, 12.29.8"
#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 DynamicRouting.Kentico.MVCOnly as a Cake Addin
#addin nuget:?package=DynamicRouting.Kentico.MVCOnly&version=12.29.8

// Install DynamicRouting.Kentico.MVCOnly as a Cake Tool
#tool nuget:?package=DynamicRouting.Kentico.MVCOnly&version=12.29.8

DynamicRouting - MVC Only

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.

Installation

Please see the project site's Readme file for full details. Below is only a summary.

  1. Install the NugetPackage DynamicRouting.Kentico.MVCOnly into your MVC Site
  2. Hook onto the DynamicRoutingEvents.GetPage (Before or after) global event.
  3. Add your logic to find the page based on the given GetPageEventArgs, see "Sample GetPage Logic" below
  4. Adjust your route.config to include your dynamic routing, see "Route Configuration" below
  5. Add [assembly: DynamicRouting] Attribute tags to define your Dynamic Routing

Contributions, but fixes and License

Feel 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

Compatability

Can be used on any Kentico 12 SP site (hotfix 29 or above).

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.29.14 732 4/30/2020
12.29.12 562 4/9/2020
12.29.11 583 3/30/2020
12.29.10 548 2/27/2020
12.29.8 928 1/23/2020
12.29.6 509 12/18/2019
12.29.5 496 12/3/2019
12.29.4 509 11/29/2019
12.29.0 514 11/11/2019

IRequireSessionState attribute was missing from handler, causing the ASP.Net Session not to be passed.