Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
    input As String _
) As CacheControlHeaderValue
'Usage
Dim input As String 
Dim returnValue As CacheControlHeaderValue 
returnValue = CacheControlHeaderValue.Parse(input)
public static CacheControlHeaderValue Parse(
    string input
)
public:
static CacheControlHeaderValue^ Parse(
    String^ input
)
static member Parse : 
        input:string -> CacheControlHeaderValue
public static function Parse(
    input : String
) : CacheControlHeaderValue
Parameters
- input
 Type: System.String
Return Value
Type: System.Net.Http.Headers.CacheControlHeaderValue
Returns CacheControlHeaderValue.