System::UriPartial enum
UriPartial enum
Represents the parts of a URI for the Uri.GetLeftPart method.
enum class UriPartial
Values
Name | Value | Description |
---|---|---|
Scheme | 0 | The scheme component of the URI. |
Authority | 1 | The scheme and authority components of the URI. |
Path | 2 | The scheme, authority and path components of the URI. |
Query | 3 | The scheme, authority, path and query components of the URI. |
See Also
- Namespace System
- Library Aspose.TeX for C++