URI.RawUserInfo Property

Definition

Returns the raw user-information component of this URI.

public string? RawUserInfo { [Android.Runtime.Register("getRawUserInfo", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getRawUserInfo", "()Ljava/lang/String;", "")>]
member this.RawUserInfo : string

Property Value

The raw user-information component of this URI, or null if the user information is undefined

Attributes

Remarks

Returns the raw user-information component of this URI.

The user-information component of a URI, if defined, only contains characters in the unreserved, punct, escaped, and other categories.

Java documentation for java.net.URI.getRawUserInfo().

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.

Applies to