Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invokes the action in the current controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
protected override void ExecuteCore()
protected:
virtual void ExecuteCore() override
override ExecuteCore : unit -> unit
Protected Overrides Sub ExecuteCore
Remarks
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.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top