Class CurrentContextResponseResult
A response that maintains the existing response data.
Implements
Inherited Members
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public class CurrentContextResponseResult : IActionResult
Methods
View SourceExecuteResultAsync(ActionContext)
Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method.
Declaration
public Task ExecuteResultAsync(ActionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionContext | context | The context in which the result is executed. The context information includes information about the action that was executed and request information. |
Returns
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous execute operation. |