RendererInfo(String, Boolean) コンストラクター

定義

コンポーネントが実行されているプラットフォームに関する情報を提供します。

public RendererInfo (string rendererName, bool isInteractive);
new Microsoft.AspNetCore.Components.RendererInfo : string * bool -> Microsoft.AspNetCore.Components.RendererInfo
Public Sub New (rendererName As String, isInteractive As Boolean)

パラメーター

rendererName
String

プラットフォームの名前。

isInteractive
Boolean

プラットフォームが対話型かどうかを示すフラグ。

適用対象