Show / Hide Table of Contents

Interface IHttpHeader

Represents a HTTP header.

Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public interface IHttpHeader

Properties

Name

Gets the name of the HTTP header.

Declaration
string Name { get; }
Property Value
String

Value

Gets the value of the HTTP header.

Declaration
StringValues Value { get; }
Property Value
StringValues

Back to top Generated by DocFX