URI.SchemeSpecificPart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the decoded scheme-specific part of this URI.
public string? SchemeSpecificPart { [Android.Runtime.Register("getSchemeSpecificPart", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getSchemeSpecificPart", "()Ljava/lang/String;", "")>]
member this.SchemeSpecificPart : string
Property Value
The decoded scheme-specific part of this URI
(never null
)
- Attributes
Remarks
Returns the decoded scheme-specific part of this URI.
The string returned by this method is equal to that returned by the #getRawSchemeSpecificPart() getRawSchemeSpecificPart
method except that all sequences of escaped octets are decoded.
Java documentation for java.net.URI.getSchemeSpecificPart()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.