I have a form in ajax popup. I created a GET action to open popup and POST action to manage the form. The thing is that my "popup button" always goes to action POST. My "popup button" looks like this:
<button type="button" class="btn btn-primary ajax-popup {url: '@Url.Action("NewsCategoryAdd")'}"><i class="fa fa-plus"></i>Open Form</button>
What can i do to force it to invoke GET action?