You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of MVC framework, an extension method to Controller type could be add - AmpView(). The idea is to convert the result of returned object from View() method.
Example:
public ActionResult Index()
{
return this.AmpView();
}
The text was updated successfully, but these errors were encountered:
As part of MVC framework, an extension method to Controller type could be add - AmpView(). The idea is to convert the result of returned object from View() method.
Example:
The text was updated successfully, but these errors were encountered: