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