C# Класс Cydin.Controllers.InternalOutgoingWebResponseActionResult

Наследование: System.Web.Mvc.ActionResult
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
InternalOutgoingWebResponseActionResult ( DotNetOpenAuth.Messaging.OutgoingWebResponse response ) : System

Initializes a new instance of the OutgoingWebResponseActionResult class.

Описание методов

ExecuteResult() публичный Метод

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.
Результат void