InputText.Element 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.
Gets or sets the associated ElementReference.
May be null
if accessed before the component is rendered.
public Microsoft.AspNetCore.Components.ElementReference? Element { get; protected set; }
member this.Element : Nullable<Microsoft.AspNetCore.Components.ElementReference> with get, set
Public Property Element As Nullable(Of ElementReference)