CascadingValue<TValue>.IsFixed 属性

定义

如果为 true,则表示 Value 不会更改。 这是一种性能优化,允许框架跳过设置更改通知。 仅当在组件的生存期内不会更改 Value 时,才设置此标志。

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

属性值

属性

适用于