In ASP.NET MVC: All possible ways to call Controller Action Method from a Razor View
I know this is a pretty basic question over here. But could you tell me all possible options available to, call a Control Action Method [generally any server side routine] from a Razor View and, in what scenarios each are best applicable to be used in. Thanks. Answer Method 1 : Using jQuery Ajax Get … Read more