System::Net::Http::Headers::ContentDispositionHeaderValue::Parse metod

ContentDispositionHeaderValue::Parse method

Konverterar en given sträng till en instans av klassen ContentDispositionHeaderValue.

static System::SharedPtr<ContentDispositionHeaderValue> System::Net::Http::Headers::ContentDispositionHeaderValue::Parse(String input)
ParameterTypeBeskrivning
inmatningStringEn sträng att parsa.

ReturnValue

En instans av klassen ContentDispositionHeaderValue.

Se även