Method GetHeaderValue
GetHeaderValue(string)
Gets the value of a specific header from the request and content headers.
public string? GetHeaderValue(string headerName)
Parameters
headerName
stringThe 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.