HeaderParser<T> Class
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.
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. |