CacheControlHeaderValue.Parse Method
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.
Overloads
Parse(StringSegment) |
Parses |
Parse(String) |
Parse(StringSegment)
- Source:
- CacheControlHeaderValue.cs
- Source:
- CacheControlHeaderValue.cs
- Source:
- CacheControlHeaderValue.cs
Parses input
as a CacheControlHeaderValue value.
public:
static Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ Parse(Microsoft::Extensions::Primitives::StringSegment input);
public static Microsoft.Net.Http.Headers.CacheControlHeaderValue Parse (Microsoft.Extensions.Primitives.StringSegment input);
static member Parse : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.CacheControlHeaderValue
Public Shared Function Parse (input As StringSegment) As CacheControlHeaderValue
Parameters
- input
- StringSegment
The values to parse.
Returns
The parsed values.
Applies to
Parse(String)
public:
static Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ Parse(System::String ^ input);
public static Microsoft.Net.Http.Headers.CacheControlHeaderValue Parse (string input);
static member Parse : string -> Microsoft.Net.Http.Headers.CacheControlHeaderValue
Public Shared Function Parse (input As String) As CacheControlHeaderValue
Parameters
- input
- String