Controller.ExecuteCore Method ()

 

Invokes the action in the current controller context.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

override ExecuteCore : unit -> unit

This method is called by ASP.NET MVC to process a request; it cannot be called directly. This method can be overridden if you derive from the Controller class. If you override this method, call the base control's ExecuteCore method.

Return to top
Show: