Posts by Ferd22 • 11 points
1 post
-
1
votes0
answers7
viewsQ: How to place a Raddiobutton as Checked on the Razor Page
I have the following question, I want to leave this radiobutton as checked, but it is not checked, I tried to put checked(true), but it does not work, follow the code: @Html.Radiobuttonfor(m =>…