The methods 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
abstract | BuildUpon()Constructs a new builder, copying the attributes from this Uri. | |
CompareTo(Uri)Compares the string representation of this Uri with that of another. | ||
static | Decode(string)Decodes '%'-escaped octets in the given string using the UTF-8 scheme. | |
abstract | DescribeContents()Documentation for this section has not yet been entered. | |
static | Encode(string)Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme. | |
static | Encode(string, string)Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme. | |
static | FromFile(Java.IO.File)Creates a Uri from a file. | |
static | FromParts(string, string, string)Creates an opaque Uri from the given components. | |
GetBooleanQueryParameter(string, bool)Searches the query string for the first value with the given key and interprets it as a boolean value. "false" and "0" are interpreted as false, everything else is interpreted as true. | ||
GetQueryParameter(string)Searches the query string for the first value with the given key. | ||
GetQueryParameters(string)Searches the query string for parameter values with the given key. | ||
NormalizeScheme()Return an equivalent URI with a lowercase scheme component. | ||
static | Parse(string)Creates a Uri which parses the given encoded URI string. | |
abstract | ToString()Returns the encoded string representation of this URI. | |
static | WithAppendedPath(Uri, string)Creates a new Uri by appending an already-encoded path segment to a base Uri. | |
static | WriteToParcel(Android.OS.Parcel, Uri)Writes a Uri to a Parcel. | |
abstract | WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Documentation for this section has not yet been entered. |