System::UriBuilder::set_Scheme method

UriBuilder::set_Scheme method

Sets the scheme of the URI constructed by the current object to the specified value.

void System::UriBuilder::set_Scheme(const String &value)
ParameterTypeDescription
valueconst String&The string representation of the scheme to set

See Also