HeaderSetup<THeader>.ParserInstance 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 parser to parse header values.
public Microsoft.AspNetCore.HeaderParsing.HeaderParser<THeader>? ParserInstance { get; }
member this.ParserInstance : Microsoft.AspNetCore.HeaderParsing.HeaderParser<'Header>
Public ReadOnly Property ParserInstance As HeaderParser(Of THeader)
Property Value
HeaderParser<THeader>
Remarks
Not null
when ParserType is null
and vice versa.