System::Uri::GetComponents 方法

Uri::GetComponents method

返回使用指定转义方式的当前对象表示的 URI 的指定组件。

String System::Uri::GetComponents(UriComponents components, UriFormat format) const
参数类型描述
componentsUriComponents一个位掩码组合,由 UriComponents 值组成,用于指定要返回的 URI 部分
格式UriFormat指定特殊字符的转义方式

ReturnValue

请求的组件

另见