AsyncController Methods

 

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

Methods

Name Description
System_CAPS_protmethod BeginExecute(RequestContext, AsyncCallback, Object)

Begins execution of the specified request context(Inherited from Controller.)

System_CAPS_protmethod BeginExecuteCore(AsyncCallback, Object)

Begins to invoke the action in the current controller context.(Inherited from Controller.)

System_CAPS_protmethod Content(String)

Creates a content result object by using a string.(Inherited from Controller.)

System_CAPS_protmethod Content(String, String)

Creates a content result object by using a string and the content type.(Inherited from Controller.)

System_CAPS_protmethod Content(String, String, Encoding)

Creates a content result object by using a string, the content type, and content encoding.(Inherited from Controller.)

System_CAPS_protmethod CreateActionInvoker()

Creates an action invoker.(Inherited from Controller.)

System_CAPS_protmethod CreateTempDataProvider()

Creates a temporary data provider.(Inherited from Controller.)

System_CAPS_pubmethod Dispose()

Releases all resources that are used by the current instance of the Controller class.(Inherited from Controller.)

System_CAPS_protmethod Dispose(Boolean)

Releases unmanaged resources and optionally releases managed resources.(Inherited from Controller.)

System_CAPS_protmethod EndExecute(IAsyncResult)

Ends the invocation of the action in the current controller context.(Inherited from Controller.)

System_CAPS_protmethod EndExecuteCore(IAsyncResult)

Ends the execute core.(Inherited from Controller.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Execute(RequestContext)

Executes the specified request context.(Inherited from ControllerBase.)

System_CAPS_protmethod ExecuteCore()

Invokes the action in the current controller context.(Inherited from Controller.)

System_CAPS_protmethod File(Byte[], String)

Creates a FileContentResult object by using the file contents and file type.(Inherited from Controller.)

System_CAPS_protmethod File(Byte[], String, String)

Creates a FileContentResult object by using the file contents, content type, and the destination file name.(Inherited from Controller.)

System_CAPS_protmethod File(Stream, String)

Creates a FileStreamResult object by using the Stream object and content type.(Inherited from Controller.)

System_CAPS_protmethod File(Stream, String, String)

Creates a FileStreamResult object using the Stream object, the content type, and the target file name.(Inherited from Controller.)

System_CAPS_protmethod File(String, String)

Creates a FilePathResult object by using the file name and the content type.(Inherited from Controller.)

System_CAPS_protmethod File(String, String, String)

Creates a FilePathResult object by using the file name, the content type, and the file download name.(Inherited from Controller.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod HandleUnknownAction(String)

Called when a request matches this controller, but no method with the specified action name is found in the controller.(Inherited from Controller.)

System_CAPS_protmethod HttpNotFound()

Returns an instance of the HttpNotFoundResult class.(Inherited from Controller.)

System_CAPS_protmethod HttpNotFound(String)

Returns an instance of the HttpNotFoundResult class.(Inherited from Controller.)

System_CAPS_protmethod Initialize(RequestContext)

Initializes data that might not be available when the constructor is called.(Inherited from Controller.)

System_CAPS_protmethod JavaScript(String)

Creates a JavaScriptResult object.(Inherited from Controller.)

System_CAPS_protmethod Json(Object)

Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON).(Inherited from Controller.)

System_CAPS_protmethod Json(Object, JsonRequestBehavior)

Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format using the specified JSON request behavior.(Inherited from Controller.)

System_CAPS_protmethod Json(Object, String)

Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format.(Inherited from Controller.)

System_CAPS_protmethod Json(Object, String, Encoding)

Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format.(Inherited from Controller.)

System_CAPS_protmethod Json(Object, String, Encoding, JsonRequestBehavior)

Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format using the content type, content encoding, and the JSON request behavior.(Inherited from Controller.)

System_CAPS_protmethod Json(Object, String, JsonRequestBehavior)

Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format using the specified content type and JSON request behavior.(Inherited from Controller.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnActionExecuted(ActionExecutedContext)

Called after the action method is invoked.(Inherited from Controller.)

System_CAPS_protmethod OnActionExecuting(ActionExecutingContext)

Called before the action method is invoked.(Inherited from Controller.)

System_CAPS_protmethod OnAuthentication(AuthenticationContext)

Called when authorization occurs.(Inherited from Controller.)

System_CAPS_protmethod OnAuthenticationChallenge(AuthenticationChallengeContext)

Called when authorization challenge occurs.(Inherited from Controller.)

System_CAPS_protmethod OnAuthorization(AuthorizationContext)

Called when authorization occurs.(Inherited from Controller.)

System_CAPS_protmethod OnException(ExceptionContext)

Called when an unhandled exception occurs in the action.(Inherited from Controller.)

System_CAPS_protmethod OnResultExecuted(ResultExecutedContext)

Called after the action result that is returned by an action method is executed.(Inherited from Controller.)

System_CAPS_protmethod OnResultExecuting(ResultExecutingContext)

Called before the action result that is returned by an action method is executed.(Inherited from Controller.)

System_CAPS_protmethod PartialView()

Creates a PartialViewResult object that renders a partial view.(Inherited from Controller.)

System_CAPS_protmethod PartialView(Object)

Creates a PartialViewResult object that renders a partial view, by using the specified model.(Inherited from Controller.)

System_CAPS_protmethod PartialView(String)

Creates a PartialViewResult object that renders a partial view, by using the specified view name.(Inherited from Controller.)

System_CAPS_protmethod PartialView(String, Object)

Creates a PartialViewResult object that renders a partial view, by using the specified view name and model.(Inherited from Controller.)

System_CAPS_protmethod Redirect(String)

Creates a RedirectResult object that redirects to the specified URL.(Inherited from Controller.)

System_CAPS_protmethod RedirectPermanent(String)

Returns an instance of the RedirectResult class with the Permanent property set to true.(Inherited from Controller.)

System_CAPS_protmethod RedirectToAction(String)

Redirects to the specified action using the action name.(Inherited from Controller.)

System_CAPS_protmethod RedirectToAction(String, Object)

Redirects to the specified action using the action name and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToAction(String, RouteValueDictionary)

Redirects to the specified action using the action name and route dictionary.(Inherited from Controller.)

System_CAPS_protmethod RedirectToAction(String, String)

Redirects to the specified action using the action name and controller name.(Inherited from Controller.)

System_CAPS_protmethod RedirectToAction(String, String, Object)

Redirects to the specified action using the action name, controller name, and route dictionary.(Inherited from Controller.)

System_CAPS_protmethod RedirectToAction(String, String, RouteValueDictionary)

Redirects to the specified action using the action name, controller name, and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToActionPermanent(String)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name.(Inherited from Controller.)

System_CAPS_protmethod RedirectToActionPermanent(String, Object)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToActionPermanent(String, RouteValueDictionary)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToActionPermanent(String, String)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and controller name.(Inherited from Controller.)

System_CAPS_protmethod RedirectToActionPermanent(String, String, Object)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToActionPermanent(String, String, RouteValueDictionary)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoute(Object)

Redirects to the specified route using the specified route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoute(RouteValueDictionary)

Redirects to the specified route using the route dictionary.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoute(String)

Redirects to the specified route using the route name.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoute(String, Object)

Redirects to the specified route using the route name and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoute(String, RouteValueDictionary)

Redirects to the specified route using the route name and route dictionary.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoutePermanent(Object)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoutePermanent(RouteValueDictionary)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoutePermanent(String)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoutePermanent(String, Object)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values.(Inherited from Controller.)

System_CAPS_protmethod RedirectToRoutePermanent(String, RouteValueDictionary)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values.(Inherited from Controller.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel)

Updates the specified model instance using values from the controller's current value provider.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, IValueProvider)

Updates the specified model instance using values from the value provider.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String)

Updates the specified model instance using values from the controller's current value provider and a prefix.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String, IValueProvider)

Updates the specified model instance using values from the value provider and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String, String[])

Updates the specified model instance using values from the controller's current value provider, a prefix, and included properties.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String, String[], IValueProvider)

Updates the specified model instance using values from the value provider, a prefix, and included properties.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String, String[], String[])

Updates the specified model instance using values from the controller's current value provider, a prefix, a list of properties to exclude, and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String, String[], String[], IValueProvider)

Updates the specified model instance using values from the value provider, a prefix, a list of properties to exclude , and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String[])

Updates the specified model instance using values from the controller's current value provider and included properties.(Inherited from Controller.)

System_CAPS_protmethod TryUpdateModel<TModel>(TModel, String[], IValueProvider)

Updates the specified model instance using values from the value provider and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod TryValidateModel(Object)

Validates the specified model instance.(Inherited from Controller.)

System_CAPS_protmethod TryValidateModel(Object, String)

Validates the specified model instance using an HTML prefix.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel)

Updates the specified model instance using values from the controller's current value provider.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, IValueProvider)

Updates the specified model instance using values from the value provider.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String)

Updates the specified model instance using values from the controller's current value provider and a prefix.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String, IValueProvider)

Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String, String[])

Updates the specified model instance using values from the controller's current value provider, a prefix, and included properties.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String, String[], IValueProvider)

Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String, String[], String[])

Updates the specified model instance using values from the controller's current value provider, a prefix, a list of properties to exclude, and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String, String[], String[], IValueProvider)

Updates the specified model instance using values from the value provider, a prefix, a list of properties to exclude, and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String[])

Updates the specified model instance using values from the controller object's current value provider.(Inherited from Controller.)

System_CAPS_protmethod UpdateModel<TModel>(TModel, String[], IValueProvider)

Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include.(Inherited from Controller.)

System_CAPS_protmethod ValidateModel(Object)

Validates the specified model instance.(Inherited from Controller.)

System_CAPS_protmethod ValidateModel(Object, String)

Validates the specified model instance using an HTML prefix.(Inherited from Controller.)

System_CAPS_protmethod View()

Creates a ViewResult object that renders a view to the response.(Inherited from Controller.)

System_CAPS_protmethod View(IView)

Creates a ViewResult object that renders the specified IView object.(Inherited from Controller.)

System_CAPS_protmethod View(IView, Object)

Creates a ViewResult object that renders the specified IView object.(Inherited from Controller.)

System_CAPS_protmethod View(Object)

Creates a ViewResult object by using the model that renders a view to the response.(Inherited from Controller.)

System_CAPS_protmethod View(String)

Creates a ViewResult object by using the view name that renders a view.(Inherited from Controller.)

System_CAPS_protmethod View(String, Object)

Creates a ViewResult object that renders the specified IView object.(Inherited from Controller.)

System_CAPS_protmethod View(String, String)

Creates a ViewResult object using the view name and master-page name that renders a view to the response.(Inherited from Controller.)

System_CAPS_protmethod View(String, String, Object)

Creates a ViewResult object using the view name, master-page name, and model that renders a view.(Inherited from Controller.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IAsyncController.BeginExecute(RequestContext, AsyncCallback, Object)

This method calls the BeginExecute method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IAsyncController.EndExecute(IAsyncResult)

This method calls the EndExecute method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IAuthenticationFilter.OnAuthentication(AuthenticationContext)

This method calls the OnAuthentication method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IAuthenticationFilter.OnAuthenticationChallenge(AuthenticationChallengeContext)

This method calls the OnAuthenticationChallenge method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IActionFilter.OnActionExecuted(ActionExecutedContext)

This method calls the OnActionExecuted method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IActionFilter.OnActionExecuting(ActionExecutingContext)

This method calls the OnActionExecuting method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IAuthorizationFilter.OnAuthorization(AuthorizationContext)

This method calls the OnAuthorization method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IController.Execute(RequestContext)

Executes the specified request context.(Inherited from ControllerBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IExceptionFilter.OnException(ExceptionContext)

This method calls the OnException method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IResultFilter.OnResultExecuted(ResultExecutedContext)

This method calls the OnResultExecuted method.(Inherited from Controller.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IResultFilter.OnResultExecuting(ResultExecutingContext)

This method calls the OnResultExecuting method.(Inherited from Controller.)

See Also

AsyncController Class
System.Web.Mvc Namespace

Return to top