System::UriBuilder::set_Scheme 方法

UriBuilder::set_Scheme method

将当前对象构造的 URI 的方案设置为指定的值。

void System::UriBuilder::set_Scheme(const String &value)
参数类型描述
const String&要设置的方案的字符串表示

另见