c# - How to get the value of html input in aspx view page in mvc? -


i want access radio button value in aspx view page in middle of logic.if value checked need run each loop values or if radio button unchecked no need of getting values. how value of radio button in aspx view engine ?

from title using asp.net mvc, if right can define parameter in action method id of radiobutton, , mvc model binder handle remaining, can use parameter check , run loop.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -