I have an MVC3 application with a form for editing data. This includes only a drop-down list. Any opportunity to execute Controller (HttpPost) method without rebooting?
If not, how can I return the current site (because I have the same form on different sites).
source
share