次の方法で共有


MediaComponentBase クラス

定義

メディア ストリームをオブジェクト URL に変換する処理と、キャッシュと有効期間の管理を処理する基本コンポーネント。 サブクラスは独自のレンダリングを実装し、使用するターゲット属性 ( srchrefなど) を提供します

public abstract class MediaComponentBase : IAsyncDisposable, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender
type MediaComponentBase = class
    interface IComponent
    interface IHandleAfterRender
    interface IAsyncDisposable
Public MustInherit Class MediaComponentBase
Implements IAsyncDisposable, IComponent, IHandleAfterRender
継承
MediaComponentBase
派生
実装

コンストラクター

名前 説明
MediaComponentBase()
古い.

メディア ストリームをオブジェクト URL に変換する処理と、キャッシュと有効期間の管理を処理する基本コンポーネント。 サブクラスは独自のレンダリングを実装し、使用するターゲット属性 ( srchrefなど) を提供します

プロパティ

名前 説明
AdditionalAttributes

レンダリングされた要素に適用される一致しない属性。

Source

メディア ソースを取得または設定します。

メソッド

名前 説明
DisposeAsync()

メディア ストリームをオブジェクト URL に変換する処理と、キャッシュと有効期間の管理を処理する基本コンポーネント。 サブクラスは独自のレンダリングを実装し、使用するターゲット属性 ( srchrefなど) を提供します

明示的なインターフェイスの実装

名前 説明
IComponent.Attach(RenderHandle)

メディア ストリームをオブジェクト URL に変換する処理と、キャッシュと有効期間の管理を処理する基本コンポーネント。 サブクラスは独自のレンダリングを実装し、使用するターゲット属性 ( srchrefなど) を提供します

IComponent.SetParametersAsync(ParameterView)

メディア ストリームをオブジェクト URL に変換する処理と、キャッシュと有効期間の管理を処理する基本コンポーネント。 サブクラスは独自のレンダリングを実装し、使用するターゲット属性 ( srchrefなど) を提供します

IHandleAfterRender.OnAfterRenderAsync()

メディア ストリームをオブジェクト URL に変換する処理と、キャッシュと有効期間の管理を処理する基本コンポーネント。 サブクラスは独自のレンダリングを実装し、使用するターゲット属性 ( srchrefなど) を提供します

適用対象