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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -