RootComponent.Selector Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la chaîne de sélecteur CSS qui spécifie où dans le document le composant doit être placé. Il doit être unique parmi les composants racine dans .BlazorWebView
public:
property System::String ^ Selector { System::String ^ get(); void set(System::String ^ value); };
public string Selector { get; set; }
member this.Selector : string with get, set
Public Property Selector As String