CascadingValue<TValue>.Name 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.
Donne éventuellement un nom à la valeur fournie. Les composants descendants pourront recevoir la valeur en spécifiant ce nom.
Si aucun nom n’est spécifié, les composants descendants recevront la valeur en fonction du type de valeur qu’ils demandent.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string Name { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public string? Name { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Name : string with get, set
Public Property Name As String
Valeur de propriété
- Attributs