InputFile.Element 属性

定义

获取或设置关联的 ElementReference

如果在呈现组件之前访问,则可能是 null

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)

属性值

适用于