GetComponents()

Uri::GetComponents(UriComponents, UriFormat) const 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

Arguments

ParameterTypeDescription
componentsUriComponentsA bitwise combination of the UriComponents values that specifies which parts of URI to return
formatUriFormatSpecifies how the special characters are escaped

Return Value

The requested components

See Also