Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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();
```