Partager via


CascadingValue<TValue>.Name Propriété

Définition

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

S’applique à