1 write to _valueProvider
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadioContext.cs (1)
23
_valueProvider
= valueProvider;
1 reference to _valueProvider
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadioContext.cs (1)
15
public object? CurrentValue =>
_valueProvider
.CurrentValue;