Info
| Version: | 1.0.2 | 
| Author(s): | Sina Soltani | 
| Last Update: | Monday, April 23, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://www.nuget.org/packages/AspNetCore.RouteSeo/ | 
| NuGet Url: | https://www.nuget.org/packages/AspNetCore.RouteSeo | 
Install
Install-Package AspNetCore.RouteSeo
                        dotnet add package AspNetCore.RouteSeo
                        paket add AspNetCore.RouteSeo
                        
                                AspNetCore.RouteSeo Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Routing(>= 1.0.0)
- NETStandard.Library(>= 1.6.1)
Tags
 
                
It can check for appending/removing TrailingSlashes, WWW, and LowerCase URLs.
If the URL is not a correct URL, It changes the URL and redirects (301 Moved Permanently) the request to the corrected URL.
To learn how to use it, please see the documentation.