Android.Net.Uri.EncodedSchemeSpecificPart Property
Gets the scheme-specific part of this URI, i.e. everything between the scheme separator ':' and the fragment separator '#'.

Syntax

[get: Android.Runtime.Register("getEncodedSchemeSpecificPart", "()Ljava/lang/String;", "GetGetEncodedSchemeSpecificPartHandler")]
public abstract string EncodedSchemeSpecificPart { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the scheme-specific part of this URI, i.e. everything between the scheme separator ':' and the fragment separator '#'. If this is a relative URI, this method returns the entire URI. Leaves escaped octets intact.

Example: "//www.google.com/search?q=android"

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1