Click or drag to resize
UriPart Enumeration
This API is preliminary and subject to change.
Represents a specific part of a URI.

Namespace: net.openstack.Core
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public enum UriPart
Members
  Member nameValueDescription
Any0 Represents a non-specific URI part, where all characters except unreserved characters are percent-encoded.
AnyUrl1 Represents a non-specific URL part, where all characters except unreserved characters and the characters (, ), !, and * are percent-encoded.
Host2 The host part of a URI.
Path3 The complete path of a URI, formed from path segments separated by slashes (/ characters).
PathSegment4 A single segment of a URI path.
Query5 The complete query string of a URI.
QueryValue6 The value assigned to a query parameter within the query string of a URI.
Fragment7 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