Condividi tramite


HeaderSetup<THeader>.ParserInstance Proprietà

Definizione

Ottiene il parser per analizzare i valori di intestazione.

public Microsoft.AspNetCore.HeaderParsing.HeaderParser<THeader>? ParserInstance { get; }
member this.ParserInstance : Microsoft.AspNetCore.HeaderParsing.HeaderParser<'Header>
Public ReadOnly Property ParserInstance As HeaderParser(Of THeader)

Valore della proprietà

HeaderParser<THeader>

Commenti

Non null quando ParserType è null e viceversa.

Si applica a