https://github.com/tpeczek/lib.aspnetcore.clienthints
Lib.AspNetCore.ClientHints is a library which provides support for set of HTTP request header fields, colloquially known as Client Hints, to address a need to deliver optimized content for each device to ASP.NET Core
https://github.com/tpeczek/lib.aspnetcore.clienthints
asp-net-core asp-net-core-mvc client-hints
Last synced: 6 months ago
JSON representation
Lib.AspNetCore.ClientHints is a library which provides support for set of HTTP request header fields, colloquially known as Client Hints, to address a need to deliver optimized content for each device to ASP.NET Core
- Host: GitHub
- URL: https://github.com/tpeczek/lib.aspnetcore.clienthints
- Owner: tpeczek
- License: mit
- Created: 2017-11-23T19:45:41.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T09:25:50.000Z (9 months ago)
- Last Synced: 2025-04-24T06:16:15.651Z (6 months ago)
- Topics: asp-net-core, asp-net-core-mvc, client-hints
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Lib.AspNetCore.ClientHints
[](http://badge.fury.io/nu/Lib.AspNetCore.ClientHints) [](http://badge.fury.io/nu/Lib.AspNetCore.Mvc.ClientHints)Lib.AspNetCore.ClientHints is a library which provides support for set of HTTP request header fields, colloquially known as Client Hints, to address a need to deliver optimized content for each device to ASP.NET Core.
## Getting Started
You can get [Lib.AspNetCore.ClientHints](https://www.nuget.org/packages/Lib.AspNetCore.ClientHints) and [Lib.AspNetCore.Mvc.ClientHints](https://www.nuget.org/packages/Lib.AspNetCore.Mvc.ClientHints) from NuGet.
```
PM> Install-Package Lib.AspNetCore.ClientHints
``````
PM> Install-Package Lib.AspNetCore.Mvc.ClientHints
```## Documentation
There is a blog post available describing implementation details and usage basics:
- [Utilizing Save-Data client hint in ASP.NET Core MVC](https://www.tpeczek.com/2017/11/utilizing-save-data-client-hint-in.html)
## Donating
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2017 - 2025 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Lib.AspNetCore.ClientHints/blob/master/LICENSE.md)