HeaderPropagationContext.HeaderValue Property
Definition
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.
Gets the header value from the current request.
public:
property Microsoft::Extensions::Primitives::StringValues HeaderValue { Microsoft::Extensions::Primitives::StringValues get(); };
public Microsoft.Extensions.Primitives.StringValues HeaderValue { get; }
member this.HeaderValue : Microsoft.Extensions.Primitives.StringValues
Public ReadOnly Property HeaderValue As StringValues