Lib.AspNetCore.ClientHints is a library which provides support to ASP.NET Core for set of HTTP request header fields, colloquially known as Client Hints, which allow user agents to indicate device and agent specific preferences.
Info
Version: | 0.5.0 |
Author(s): | Tomasz Pęczek |
Last Update: | Monday, January 29, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tpeczek/Lib.AspNetCore.ClientHints |
NuGet Url: | https://www.nuget.org/packages/Lib.AspNetCore.ClientHints |
Install
Install-Package Lib.AspNetCore.ClientHints
dotnet add package Lib.AspNetCore.ClientHints
paket add Lib.AspNetCore.ClientHints
Lib.AspNetCore.ClientHints Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Options(>= 2.0.0)
- Microsoft.Net.Http.Headers(>= 2.0.0)
Tags