A .NET Standard class library that provides predefined rewrite rules for ASP.net core, featuring rules for canonical URL redirection for SEO purposes.
Info
| Version: | 2.0.340 |
| Author(s): | Kyle Herzog |
| Last Update: | Monday, April 5, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kyleherzog/RewriteRules |
| NuGet Url: | https://www.nuget.org/packages/RewriteRules |
Install
Install-Package RewriteRules
dotnet add package RewriteRules
paket add RewriteRules
RewriteRules Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.AspNetCore.Rewrite(>= 2.2.0)
Tags