Implemented interface member:
method
RadioButtonFor<TResult>
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel>.RadioButtonFor<TResult>(System.Linq.Expressions.Expression<System.Func<TModel, TResult>>, System.Object, System.Object)
3 references to RadioButtonFor
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Rendering\HtmlHelperRadioButtonExtensionsTest.cs (3)
152var radioButtonForResult = helper.RadioButtonFor(m => m.Property1, "myvalue", htmlAttributes); 177() => helper.RadioButtonFor(m => m, "myvalue", htmlAttributes), 194var radioButtonForResult = helper.RadioButtonFor(m => m, "myvalue", htmlAttributes);