RootComponent.Selector プロパティ

定義

ドキュメント内のコンポーネントを配置する場所を指定する CSS セレクター文字列を取得します。 これは、 内 BlazorWebViewのルート コンポーネント間で一意である必要があります。

public:
 property System::String ^ Selector { System::String ^ get(); };
public string Selector { get; }
member this.Selector : string
Public ReadOnly Property Selector As String

プロパティ値

適用対象