If you can’t use an ActionLink or AJAX and want to call a parameterised controller method from a simple/standard HTML link.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can send parameter with 2 method:
1.
without “/” after method and use “?” for parameter.
2.
Use “/” without “?” for each parameter and just send value. No parameter name.
Be careful for parameter order
Is this what you want?