Share via


AssistStructure.ViewNode.WebScheme Property

Definition

Returns the scheme of the HTML document represented by this view.

public virtual string WebScheme { [Android.Runtime.Register("getWebScheme", "()Ljava/lang/String;", "GetGetWebSchemeHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getWebScheme", "()Ljava/lang/String;", "GetGetWebSchemeHandler", ApiSince=28)>]
member this.WebScheme : string

Property Value

scheme-only part of the document. For example, if the full URL is https://example.com/login?user=my_user, it returns https.

Attributes

Remarks

Returns the scheme of the HTML document represented by this view.

Typically used when the view associated with the view is a container for an HTML document.

Java documentation for android.app.assist.AssistStructure.ViewNode.getWebScheme().

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