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.
|
Method | Description | |
---|---|---|
InternalOutgoingWebResponseActionResult ( DotNetOpenAuth.Messaging.OutgoingWebResponse response ) : System |
Initializes a new instance of the OutgoingWebResponseActionResult class.
|
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | The context in which to set the response. |
return | void |