3 references to SkipInitialValue
Microsoft.AspNetCore.Components (3)
PersistentState\RestoreBehavior.cs (1)
11
/// Use <see cref="
SkipInitialValue
"/> to skip restoring the initial value
PersistentState\RestoreContext.cs (1)
41
if (_initialValue && !options.RestoreBehavior.HasFlag(RestoreBehavior.
SkipInitialValue
))
PersistentStateAttribute.cs (1)
18
/// Use <see cref="RestoreBehavior.
SkipInitialValue
"/> to skip restoring the initial value