C# Class Cydin.Controllers.InternalOutgoingWebResponseActionResult

Inheritance: System.Web.Mvc.ActionResult
Exibir arquivo Open project: slluis/cydin

Public Methods

Method Description
ExecuteResult ( ControllerContext context ) : void

Enables processing of the result of an action method by a custom type that inherits from T:System.Web.Mvc.ActionResult.

Private Methods

Method Description
InternalOutgoingWebResponseActionResult ( DotNetOpenAuth.Messaging.OutgoingWebResponse response ) : System

Initializes a new instance of the OutgoingWebResponseActionResult class.

Method Details

ExecuteResult() public method

Enables processing of the result of an action method by a custom type that inherits from T:System.Web.Mvc.ActionResult.
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext The context in which to set the response.
return void