set_ContentLocation()

HttpContentHeaders::set_ContentLocation(System::SharedPtr<Uri>) method

Sets a value of the ‘Content-Location’ header.

void System::Net::Http::Headers::HttpContentHeaders::set_ContentLocation(System::SharedPtr<Uri> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<Uri>The value that will be set.

See Also