Controller.ExecuteCore Method
Visual Studio 2010
Invokes the action in the current controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
This method is called by 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.
Community Additions
ADD
Show: