Home
Library
Learn
Downloads
Support
Community
Sign in
|
United States - English
|
|
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
ASP.NET MVC Reference
System.Web.Mvc
Controller Class
Controller Methods
Content Method
CreateActionInvoker Method
CreateTempDataProvider Method
Dispose Method
ExecuteCore Method
File Method
HandleUnknownAction Method
IActionFilter.OnActionExecuted Method
IActionFilter.OnActionExecuting Method
IAuthorizationFilter.OnAuthorization Method
IExceptionFilter.OnException Method
Initialize Method
IResultFilter.OnResultExecuted Method
IResultFilter.OnResultExecuting Method
JavaScript Method
Json Method
OnActionExecuted Method
OnActionExecuting Method
OnAuthorization Method
OnException Method
OnResultExecuted Method
OnResultExecuting Method
PartialView Method
Redirect Method
RedirectToAction Method
RedirectToRoute Method
TryUpdateModel Method
TryValidateModel Method
UpdateModel Method
ValidateModel Method
View Method
Community Content
Add code samples and tips to enhance this topic.
More...
0 out of 2 rated this helpful
-
Rate this topic
Controller
.
CreateActionInvoker Method
.NET Framework 4
Creates an action invoker.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
protected
virtual
IActionInvoker CreateActionInvoker()
Return Value
Type:
System.Web.Mvc
.
IActionInvoker
An action invoker.
See Also
Reference
Controller Class
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Content
Add
FAQ