ContentDispositionHeaderValue.Parse Method
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
input As String _
) As ContentDispositionHeaderValue
'Usage
Dim input As String
Dim returnValue As ContentDispositionHeaderValue
returnValue = ContentDispositionHeaderValue.Parse(input)
public static ContentDispositionHeaderValue Parse(
string input
)
public:
static ContentDispositionHeaderValue^ Parse(
String^ input
)
static member Parse :
input:string -> ContentDispositionHeaderValue
public static function Parse(
input : String
) : ContentDispositionHeaderValue
Parameters
- input
Type: System.String
Return Value
Type: System.Net.Http.Headers.ContentDispositionHeaderValue