Edit

Share via


WebView.Text Property

Definition

Gets or sets the text associated with this control.

[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string Text { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Text : string with get, set
Public Overrides Property Text As String

Property Value

The text displayed in the control.

Attributes

Exceptions

The value of the Text property is modified.

Remarks

The Text property cannot be modified and is not visible in the designer.

Applies to