Show / Hide Table of Contents

Class CurrentContextResponseResult

A response that maintains the existing response data.

Inheritance
object
CurrentContextResponseResult
Implements
IActionResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public class CurrentContextResponseResult : IActionResult

Methods

View Source

ExecuteResultAsync(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.

Implements

IActionResult
  • View Source
In this article
Back to top Generated by DocFX