Share via


HeaderSetup<THeader>.ParserInstance Property

Definition

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.

Applies to