RM.DynamicRoutingWildcards.Kentico.MVC 12.29.1

dotnet add package RM.DynamicRoutingWildcards.Kentico.MVC --version 12.29.1
NuGet\Install-Package RM.DynamicRoutingWildcards.Kentico.MVC -Version 12.29.1
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="RM.DynamicRoutingWildcards.Kentico.MVC" Version="12.29.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RM.DynamicRoutingWildcards.Kentico.MVC --version 12.29.1
#r "nuget: RM.DynamicRoutingWildcards.Kentico.MVC, 12.29.1"
#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 RM.DynamicRoutingWildcards.Kentico.MVC as a Cake Addin
#addin nuget:?package=RM.DynamicRoutingWildcards.Kentico.MVC&version=12.29.1

// Install RM.DynamicRoutingWildcards.Kentico.MVC as a Cake Tool
#tool nuget:?package=RM.DynamicRoutingWildcards.Kentico.MVC&version=12.29.1

Dynamic Routing Wildcards

Dynamic Routing Wildcards for Kentico is an extension of a KenticoDevTrev's Dynamic Routing Package. In KenticoDevTrev's package you are able to link Views, Controllers and Pages to customisable routes in Kentico MVC. With this package you can now introduce parameters to your Urls. For example if I have a url /blog but I want to filter my blog listing page to only show certain categories, I can add the url /blog/{category}. This will route to the original page and add parameters to the route data to parse into your controller actions.

Installation

Installing on the Admin

  1. Install the NuGet Package DynamicRouting.Kentico.Wildcards on your Kentico Admin.
  2. Go to modules and ensure that DynamicRouting.Kentico.Wildcards exist
  3. That's it for the admin 🎉

installing on the Presentation Layer

  1. Install the same NuGet Package DynamicRouting.Kentico.Wildcards on your main MVC site.
  2. In your Global.asax.cs add the following using statement

using DynamicRouting.Kentico.Wildcards.Helpers;

  1. In your Application_Start() method add the following code

WildcardRoutingInitialiser.AddWildcards();

All Done! 🎉

You should now be able to just add url wildcards in your Kentico admin. NOTE: Remember to always start a new wildcard with /{urlslug}/

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.1 555 7/14/2020
12.29.0 476 7/14/2020