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 类的实例。

另见