System::Net::Http::Headers::ContentDispositionHeaderValue::Parse メソッド

ContentDispositionHeaderValue::Parse method

渡された文字列を ContentDispositionHeaderValue クラスのインスタンスに変換します。

static System::SharedPtr<ContentDispositionHeaderValue> System::Net::Http::Headers::ContentDispositionHeaderValue::Parse(String input)
パラメーター説明
入力String解析する文字列。

ReturnValue

ContentDispositionHeaderValue クラスのインスタンスです。

参照