URI.RawSchemeSpecificPart 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 raw scheme-specific part of this URI.
public string? RawSchemeSpecificPart { [Android.Runtime.Register("getRawSchemeSpecificPart", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getRawSchemeSpecificPart", "()Ljava/lang/String;", "")>]
member this.RawSchemeSpecificPart : string
Property Value
The raw scheme-specific part of this URI
(never null
)
- Attributes
Remarks
Returns the raw scheme-specific part of this URI. The scheme-specific part is never undefined, though it may be empty.
The scheme-specific part of a URI only contains legal URI characters.
Java documentation for java.net.URI.getRawSchemeSpecificPart()
.
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.