Android.Net.Uri: Property Members

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

Public Properties

[read-only]
abstract
Authoritystring. Gets the decoded authority part of this URI.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Reads Uris from Parcels.
[read-only]
static
EmptyUri. The empty URI, equivalent to "".
[read-only]
abstract
EncodedAuthoritystring. Gets the encoded authority part of this URI.
[read-only]
abstract
EncodedFragmentstring. Gets the encoded fragment part of this URI, everything after the '#'.
[read-only]
abstract
EncodedPathstring. Gets the encoded path.
[read-only]
abstract
EncodedQuerystring. Gets the encoded query component from this URI.
[read-only]
abstract
EncodedSchemeSpecificPartstring. Gets the scheme-specific part of this URI, i.e. everything between the scheme separator ':' and the fragment separator '#'.
[read-only]
abstract
EncodedUserInfostring. Gets the encoded user information from the authority.
[read-only]
abstract
Fragmentstring. Gets the decoded fragment part of this URI, everything after the '#'.
[read-only]
abstract
Hoststring. Gets the encoded host from the authority for this URI.
[read-only]
IsAbsolutebool. Returns true if this URI is absolute, i.e. if it contains an explicit scheme.
[read-only]
abstract
IsHierarchicalbool. Returns true if this URI is hierarchical like "http://google.com".
[read-only]
IsOpaquebool. Returns true if this URI is opaque like "mailto:nobody@google.com".
[read-only]
abstract
IsRelativebool. Returns true if this URI is relative, i.e. if it doesn't contain an explicit scheme.
[read-only]
abstract
LastPathSegmentstring. Gets the decoded last segment in the path.
[read-only]
abstract
Pathstring. Gets the decoded path.
[read-only]
abstract
PathSegmentsIList<string>. Gets the decoded path segments.
[read-only]
abstract
Portint. Gets the port from the authority for this URI.
[read-only]
abstract
Querystring. Gets the decoded query component from this URI.
[read-only]
QueryParameterNamesICollection<string>. Returns a set of the unique names of all query parameters.
[read-only]
abstract
Schemestring. Gets the scheme of this URI.
[read-only]
abstract
SchemeSpecificPartstring. Gets the scheme-specific part of this URI, i.e. everything between the scheme separator ':' and the fragment separator '#'.
[read-only]
abstract
UserInfostring. Gets the decoded user information from the authority.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.