I have a MVC6 web application, my page have 2 button: Submit and Print.
Submit will save the current value to the database.
Print will take the current value and open it in a new window.
But I'm not sure how to do the Print button because as far as I know you can't pass model to Actionlink <a>
because it's a 'GET'.
How do I achieve this? Any response will be appreciated and apologize for bad english.