MediaContext.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.
Element reference for use with @ref. Assigning this propagates the DOM element to the component.
public Microsoft.AspNetCore.Components.ElementReference Element { get; set; }
member this.Element : Microsoft.AspNetCore.Components.ElementReference with get, set
Public Property Element As ElementReference