The properties of Android.Net.Uri are listed below. For a list of all members, see the Uri Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] abstract | Authority | string. Gets the decoded authority part of this URI. |
[read-only] static | Creator | Android.OS.IParcelableCreator. Reads Uris from Parcels. |
[read-only] static | Empty | Uri. The empty URI, equivalent to "". |
[read-only] abstract | EncodedAuthority | string. Gets the encoded authority part of this URI. |
[read-only] abstract | EncodedFragment | string. Gets the encoded fragment part of this URI, everything after the '#'. |
[read-only] abstract | EncodedPath | string. Gets the encoded path. |
[read-only] abstract | EncodedQuery | string. Gets the encoded query component from this URI. |
[read-only] abstract | EncodedSchemeSpecificPart | string. Gets the scheme-specific part of this URI, i.e. everything between the scheme separator ':' and the fragment separator '#'. |
[read-only] abstract | EncodedUserInfo | string. Gets the encoded user information from the authority. |
[read-only] abstract | Fragment | string. Gets the decoded fragment part of this URI, everything after the '#'. |
[read-only] abstract | Host | string. Gets the encoded host from the authority for this URI. |
[read-only] | IsAbsolute | bool. Returns true if this URI is absolute, i.e. if it contains an explicit scheme. |
[read-only] abstract | IsHierarchical | bool. Returns true if this URI is hierarchical like "http://google.com". |
[read-only] | IsOpaque | bool. Returns true if this URI is opaque like "mailto:nobody@google.com". |
[read-only] abstract | IsRelative | bool. Returns true if this URI is relative, i.e. if it doesn't contain an explicit scheme. |
[read-only] abstract | LastPathSegment | string. Gets the decoded last segment in the path. |
[read-only] abstract | Path | string. Gets the decoded path. |
[read-only] abstract | PathSegments | IList<string>. Gets the decoded path segments. |
[read-only] abstract | Port | int. Gets the port from the authority for this URI. |
[read-only] abstract | Query | string. Gets the decoded query component from this URI. |
[read-only] | QueryParameterNames | ICollection<string>. Returns a set of the unique names of all query parameters. |
[read-only] abstract | Scheme | string. Gets the scheme of this URI. |
[read-only] abstract | SchemeSpecificPart | string. Gets the scheme-specific part of this URI, i.e. everything between the scheme separator ':' and the fragment separator '#'. |
[read-only] abstract | UserInfo | string. Gets the decoded user information from the authority. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |