The user name, password, or other user-specific information associated with the specified URI.
The host component of this instance.
The port number of this URI.
The absolute path of the URI.
The absolute path of the URI.
Optionalquery: ConvertibleAny query information included in the specified URI.
Optionalfragment: stringThe escaped URI fragment.
The absolute URI.
ReadonlyauthorityGets the Domain Name System (DNS) host name or IP address and the port number for a server.
ReadonlybaseGets the full path without the query or fragment.
ReadonlyfragmentThe escaped URI fragment.
ReadonlyhostThe host component of this instance.
ReadonlypathThe absolute path of the URI.
ReadonlypathGets the path and Query properties separated by a question mark (?).
ReadonlyportThe port number of this URI.
ReadonlyqueryGets any query information included in the specified URI.
ReadonlyqueryReadonlyschemeThe scheme name for this URI.
ReadonlyuserThe user name, password, or other user-specific information associated with the specified URI.
The segments that represent a path.
https://msdn.microsoft.com/en-us/library/system.uri.segments(v=vs.110).aspx
Compares the values of another IUri via toString comparison.
ProtectedgetIs provided for sub classes to override this value.
ProtectedgetIs provided for sub classes to override this value.
ProtectedgetIs provided for sub classes to override this value.
The full absolute uri.
Creates a writable copy.
StaticcopyStaticfromStaticgetStaticparseParses a URL into it's components.
The url to parse.
Will throw an exception if not able to parse.
Parses a URL into it's components.
The url to parse.
Will throw an exception if not able to parse.
Parses a URL into it's components.
The url to parse.
Defaults to true.
Returns a map of the values or null if invalid and throwIfInvalid is false.
StatictoStatictryParses a URL into it's components.
The url to parse.
A delegate to capture the value.
True if valid. False if invalid.
Provides an read-only model representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
The read-only model (frozen) is easier for debugging than exposing accessors for each property.