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

属性值

适用于