System::Uri::GetComponents 方法

Uri::GetComponents method

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

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

ReturnValue

请求的组件

另见