System::Uri::GetComponents method

Uri::GetComponents method

Returns the specified components of the URI represented by the current object using the specified escaping.

String System::Uri::GetComponents(UriComponents components, UriFormat format) const
ParameterTypeDescription
componentsUriComponentsA bitwise combination of the UriComponents values that specifies which parts of URI to return
formatUriFormatSpecifies how the special characters are escaped

ReturnValue

The requested components

See Also