Share via


HeaderParser<T> Class

Definition

Parses raw header value to a header type.

public abstract class HeaderParser<T>
type HeaderParser<'T> = class
Public MustInherit Class HeaderParser(Of T)

Type Parameters

T

The resulting strong type representing the header's value.

Inheritance
HeaderParser<T>

Constructors

HeaderParser<T>()

Methods

TryParse(StringValues, T, String)

Parses a raw header value to a strong type.

Applies to