Interface IHttpHeader
Represents a HTTP header.
Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public interface IHttpHeader
Properties
Name
Value
Gets the value of the HTTP header.
Declaration
StringValues Value { get; }
Property Value
StringValues
|