Share via


Video Class

Definition

A component that efficiently renders video content from non-HTTP sources like byte arrays.

public sealed class Video : Microsoft.AspNetCore.Components.Web.Media.MediaComponentBase
type Video = class
    inherit MediaComponentBase
Public NotInheritable Class Video
Inherits MediaComponentBase
Inheritance

Constructors

Name Description
Video()

Properties

Name Description
AdditionalAttributes

Unmatched attributes applied to the rendered element.

(Inherited from MediaComponentBase)
ChildContent

Allows customizing the rendering of the video component.

Source

Gets or sets the media source.

(Inherited from MediaComponentBase)

Methods

Name Description
DisposeAsync() (Inherited from MediaComponentBase)

Explicit Interface Implementations

Name Description
IComponent.Attach(RenderHandle) (Inherited from MediaComponentBase)
IComponent.SetParametersAsync(ParameterView) (Inherited from MediaComponentBase)
IHandleAfterRender.OnAfterRenderAsync() (Inherited from MediaComponentBase)

Applies to