Method GetHeaderValue
GetHeaderValue(string)
Gets the value of a specific header from the request and content headers.
public string? GetHeaderValue(string headerName)
Parameters
headerNamestringThe name of the header to retrieve.
Gets the value of a specific header from the request and content headers.
public string? GetHeaderValue(string headerName)
headerName stringThe name of the header to retrieve.