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
Parameter | Type | Description |
---|---|---|
components | UriComponents | A bitwise combination of the UriComponents values that specifies which parts of URI to return |
format | UriFormat | Specifies how the special characters are escaped |
Return Value
The requested components
See Also
- Enum UriComponents
- Enum UriFormat
- Class String
- Class Uri
- Namespace System
- Library Aspose.Slides