System::Net::Http::Headers::CacheControlHeaderValue::Parse method

CacheControlHeaderValue::Parse method

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

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

ReturnValue

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

参照