1 implementation of CurrentValue
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadioGroup.cs (1)
30object? IInputRadioValueProvider.CurrentValue => CurrentValue;
1 reference to CurrentValue
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadioContext.cs (1)
15public object? CurrentValue => _valueProvider.CurrentValue;