Microsoft.AspNetCore.Http.Headers Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types for getting and setting headers for HTTP requests and responses.
Classes
RequestHeaders |
Strongly typed HTTP request headers. |
ResponseHeaders |
Strongly typed HTTP response headers. |
Remarks
For more information about low-level HTTP APIs, see Access HttpContext in ASP.NET Core.