URL.UserInfo Property

Definition

Gets the userInfo part of this URL.

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

Property Value

the userInfo part of this URL, or null if one does not exist

Attributes

Remarks

Gets the userInfo part of this URL.

Added in 1.3.

Java documentation for java.net.URL.getUserInfo().

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