AsyncController Methods

 

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

NameDescription
System_CAPS_protmethodBeginExecute(RequestContext^, AsyncCallback^, Object^)

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

System_CAPS_protmethodBeginExecuteCore(AsyncCallback^, Object^)

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

System_CAPS_protmethodContent(String^)

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

System_CAPS_protmethodContent(String^, String^)

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

System_CAPS_protmethodContent(String^, String^, Encoding^)

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

System_CAPS_protmethodCreateActionInvoker()

Creates an action invoker.(Inherited from Controller.)

System_CAPS_protmethodCreateTempDataProvider()

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

System_CAPS_pubmethodDispose()

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

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_protmethodEndExecute(IAsyncResult^)

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

System_CAPS_protmethodEndExecuteCore(IAsyncResult^)

Ends the execute core.(Inherited from Controller.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodExecute(RequestContext^)

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

System_CAPS_protmethodExecuteCore()

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

System_CAPS_protmethodFile(array<Byte>^, String^)

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

System_CAPS_protmethodFile(array<Byte>^, String^, String^)

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

System_CAPS_protmethodFile(Stream^, String^)

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

System_CAPS_protmethodFile(Stream^, String^, String^)

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

System_CAPS_protmethodFile(String^, String^)

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

System_CAPS_protmethodFile(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_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodHandleUnknownAction(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_protmethodHttpNotFound()

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

System_CAPS_protmethodHttpNotFound(String^)

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

System_CAPS_protmethodInitialize(RequestContext^)

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

System_CAPS_protmethodJavaScript(String^)

Creates a JavaScriptResult object.(Inherited from Controller.)

System_CAPS_protmethodJson(Object^)

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

System_CAPS_protmethodJson(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_protmethodJson(Object^, String^)

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

System_CAPS_protmethodJson(Object^, String^, Encoding^)

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

System_CAPS_protmethodJson(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_protmethodJson(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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnActionExecuted(ActionExecutedContext^)

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

System_CAPS_protmethodOnActionExecuting(ActionExecutingContext^)

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

System_CAPS_protmethodOnAuthentication(AuthenticationContext^)

Called when authorization occurs.(Inherited from Controller.)

System_CAPS_protmethodOnAuthenticationChallenge(AuthenticationChallengeContext^)

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

System_CAPS_protmethodOnAuthorization(AuthorizationContext^)

Called when authorization occurs.(Inherited from Controller.)

System_CAPS_protmethodOnException(ExceptionContext^)

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

System_CAPS_protmethodOnResultExecuted(ResultExecutedContext^)

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

System_CAPS_protmethodOnResultExecuting(ResultExecutingContext^)

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

System_CAPS_protmethodPartialView()

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

System_CAPS_protmethodPartialView(Object^)

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

System_CAPS_protmethodPartialView(String^)

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

System_CAPS_protmethodPartialView(String^, Object^)

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

System_CAPS_protmethodRedirect(String^)

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

System_CAPS_protmethodRedirectPermanent(String^)

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

System_CAPS_protmethodRedirectToAction(String^)

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

System_CAPS_protmethodRedirectToAction(String^, Object^)

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

System_CAPS_protmethodRedirectToAction(String^, RouteValueDictionary^)

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

System_CAPS_protmethodRedirectToAction(String^, String^)

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

System_CAPS_protmethodRedirectToAction(String^, String^, Object^)

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

System_CAPS_protmethodRedirectToAction(String^, String^, RouteValueDictionary^)

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

System_CAPS_protmethodRedirectToActionPermanent(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_protmethodRedirectToActionPermanent(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_protmethodRedirectToActionPermanent(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_protmethodRedirectToActionPermanent(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_protmethodRedirectToActionPermanent(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_protmethodRedirectToActionPermanent(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_protmethodRedirectToRoute(Object^)

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

System_CAPS_protmethodRedirectToRoute(RouteValueDictionary^)

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

System_CAPS_protmethodRedirectToRoute(String^)

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

System_CAPS_protmethodRedirectToRoute(String^, Object^)

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

System_CAPS_protmethodRedirectToRoute(String^, RouteValueDictionary^)

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

System_CAPS_protmethodRedirectToRoutePermanent(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_protmethodRedirectToRoutePermanent(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_protmethodRedirectToRoutePermanent(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_protmethodRedirectToRoutePermanent(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_protmethodRedirectToRoutePermanent(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_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodTryUpdateModel<TModel>(TModel)

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

System_CAPS_protmethodTryUpdateModel<TModel>(TModel, IValueProvider^)

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

System_CAPS_protmethodTryUpdateModel<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_protmethodTryUpdateModel<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_protmethodTryUpdateModel<TModel>(TModel, String^, array<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_protmethodTryUpdateModel<TModel>(TModel, String^, array<String^>^, IValueProvider^)

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

System_CAPS_protmethodTryUpdateModel<TModel>(TModel, String^, array<String^>^, array<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_protmethodTryUpdateModel<TModel>(TModel, String^, array<String^>^, array<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_protmethodTryUpdateModel<TModel>(TModel, array<String^>^)

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

System_CAPS_protmethodTryUpdateModel<TModel>(TModel, array<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_protmethodTryValidateModel(Object^)

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

System_CAPS_protmethodTryValidateModel(Object^, String^)

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

System_CAPS_protmethodUpdateModel<TModel>(TModel)

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

System_CAPS_protmethodUpdateModel<TModel>(TModel, IValueProvider^)

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

System_CAPS_protmethodUpdateModel<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_protmethodUpdateModel<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_protmethodUpdateModel<TModel>(TModel, String^, array<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_protmethodUpdateModel<TModel>(TModel, String^, array<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_protmethodUpdateModel<TModel>(TModel, String^, array<String^>^, array<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_protmethodUpdateModel<TModel>(TModel, String^, array<String^>^, array<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_protmethodUpdateModel<TModel>(TModel, array<String^>^)

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

System_CAPS_protmethodUpdateModel<TModel>(TModel, array<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_protmethodValidateModel(Object^)

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

System_CAPS_protmethodValidateModel(Object^, String^)

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

System_CAPS_protmethodView()

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

System_CAPS_protmethodView(IView^)

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

System_CAPS_protmethodView(IView^, Object^)

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

System_CAPS_protmethodView(Object^)

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

System_CAPS_protmethodView(String^)

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

System_CAPS_protmethodView(String^, Object^)

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

System_CAPS_protmethodView(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_protmethodView(String^, String^, Object^)

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

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIAsyncController::BeginExecute(RequestContext^, AsyncCallback^, Object^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAsyncController::EndExecute(IAsyncResult^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAuthenticationFilter::OnAuthentication(AuthenticationContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAuthenticationFilter::OnAuthenticationChallenge(AuthenticationChallengeContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIActionFilter::OnActionExecuted(ActionExecutedContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIActionFilter::OnActionExecuting(ActionExecutingContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAuthorizationFilter::OnAuthorization(AuthorizationContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIController::Execute(RequestContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIExceptionFilter::OnException(ExceptionContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIResultFilter::OnResultExecuted(ResultExecutedContext^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIResultFilter::OnResultExecuting(ResultExecutingContext^)

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

Return to top
Show: