AssistStructure.ViewNode.WebScheme 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 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.