Partager via


CascadingValue<TValue>.IsFixed Propriété

Définition

Si la valeur est true, indique que cela Value ne changera pas. Il s’agit d’une optimisation des performances qui permet à l’infrastructure d’ignorer la configuration des notifications de modification. Définissez cet indicateur uniquement si vous ne changez Value pas pendant la durée de vie du composant.

public:
 property bool IsFixed { bool get(); void set(bool value); };
[Microsoft.AspNetCore.Components.Parameter]
public bool IsFixed { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.IsFixed : bool with get, set
Public Property IsFixed As Boolean

Valeur de propriété

Attributs

S’applique à