This API is preliminary and subject to change.
Represents a specific part of a URI.
Namespace: net.openstack.CoreAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax Public Enumeration UriPart
public enum class UriPart
Members
| Member name | Value | Description |
---|
| Any | 0 |
Represents a non-specific URI part, where all characters except unreserved characters are percent-encoded.
|
| AnyUrl | 1 |
Represents a non-specific URL part, where all characters except unreserved characters and the characters (, ), !, and * are percent-encoded.
|
| Host | 2 |
The host part of a URI.
|
| Path | 3 |
The complete path of a URI, formed from path segments separated by slashes (/ characters).
|
| PathSegment | 4 |
A single segment of a URI path.
|
| Query | 5 |
The complete query string of a URI.
|
| QueryValue | 6 |
The value assigned to a query parameter within the query string of a URI.
|
| Fragment | 7 |
The fragment part of a URI.
|
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also