Property | Type | Description | |
---|---|---|---|
ApiControllerActionInvoker | System | ||
BeginInvokeAction_ActionNotFound | IAsyncResult | ||
BeginInvokeAction_MakeSynchronousAsyncResult | IAsyncResult | ||
GetControllerDescriptor | System.Web.Mvc.ControllerDescriptor | ||
ValidateRequest | void |
Method | Description | |
---|---|---|
BeginInvokeActionDescriptor ( ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, AsyncCallback callback, object state ) : IAsyncResult | ||
EndInvokeActionDescriptor ( IAsyncResult asyncResult ) : bool |
Method | Description | |
---|---|---|
CreateActionResult ( ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult | ||
CreateControllerDescriptor ( |
||
GetControllerDescriptor ( ControllerContext controllerContext ) : System.Web.Mvc.ControllerDescriptor | ||
RunContentNegotiation ( ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ApiControllerActionInvoker ( ) : System | ||
BeginInvokeAction_ActionNotFound ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginInvokeAction_MakeSynchronousAsyncResult ( AsyncCallback callback, object state ) : IAsyncResult | ||
GetControllerDescriptor ( |
||
ValidateRequest ( ControllerContext controllerContext ) : void |
public BeginInvokeActionDescriptor ( ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, AsyncCallback callback, object state ) : IAsyncResult | ||
controllerContext | ControllerContext | |
actionDescriptor | System.Web.Mvc.ActionDescriptor | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
protected CreateActionResult ( ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult | ||
controllerContext | ControllerContext | |
actionDescriptor | System.Web.Mvc.ActionDescriptor | |
actionReturnValue | object | |
return | System.Web.Mvc.ActionResult |
protected CreateControllerDescriptor ( |
||
controllerType | ||
return | System.Web.Mvc.ControllerDescriptor |
public EndInvokeActionDescriptor ( IAsyncResult asyncResult ) : bool | ||
asyncResult | IAsyncResult | |
return | bool |
protected GetControllerDescriptor ( ControllerContext controllerContext ) : System.Web.Mvc.ControllerDescriptor | ||
controllerContext | ControllerContext | |
return | System.Web.Mvc.ControllerDescriptor |
protected RunContentNegotiation ( ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult | ||
controllerContext | ControllerContext | |
actionDescriptor | System.Web.Mvc.ActionDescriptor | |
actionReturnValue | object | |
return | System.Web.Mvc.ActionResult |