Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrus-sushiant/smartclouds.aspnetcore.tolowerurlredirection
Adds middleware for redirecting upper chars url Requests to lower chars url.
https://github.com/cyrus-sushiant/smartclouds.aspnetcore.tolowerurlredirection
dot-net dot-net-core dot-net-core-mvc dotnet-core3-1 dotnetcore middleware
Last synced: 11 days ago
JSON representation
Adds middleware for redirecting upper chars url Requests to lower chars url.
- Host: GitHub
- URL: https://github.com/cyrus-sushiant/smartclouds.aspnetcore.tolowerurlredirection
- Owner: Cyrus-Sushiant
- License: mit
- Created: 2020-01-21T09:42:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T20:34:26.000Z (over 4 years ago)
- Last Synced: 2024-10-05T06:41:09.945Z (about 1 month ago)
- Topics: dot-net, dot-net-core, dot-net-core-mvc, dotnet-core3-1, dotnetcore, middleware
- Language: C#
- Homepage: http://www.smartclouds.co
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartClouds.AspNetCore.ToLowerUrlRedirection
[![NuGet Version](https://img.shields.io/nuget/v/SmartClouds.AspNetCore.ToLowerUrlRedirection.svg?style=flat)](https://www.nuget.org/packages/SmartClouds.AspNetCore.ToLowerUrlRedirection/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/Cyrus-Sushiant/SmartClouds.AspNetCore.ToLowerUrlRedirection/master/LICENSE)Extension methods for the ToLowerUrlRedirection middleware.
## Available for
* .NetCore 3.1# Install
```
Install-Package SmartClouds.AspNetCore.ToLowerUrlRedirection
```## Basic usage:
```csharp
app.UseToLowerUrlRedirection();
```