asp.net mvc - Javascript in actionlink param -
I want to add the result of this function to param
@ html.ActionLink ("Name", "action", $ ("input [type = checkbox]: checked"). Map (function () {this.name;} return). (). (","); ) Is this possible?
You can not define this way
form of the application link Use in (HtmlHelper, String, String, Object) @ HTMLActionLink ("Name", "Action", New {Object As You Want};)
Comments
Post a Comment