Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the methods that are required for an asynchronous controller.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IAsyncController _
Inherits IController
public interface IAsyncController : IController
public interface class IAsyncController : IController
The IAsyncController type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
BeginExecute | Executes the specified request context. |
![]() |
EndExecute | Ends the asynchronous operation. |
![]() |
Execute | Executes the specified request context. (Inherited from IController.) |
Top
.jpeg)