C# 클래스 Cydin.Controllers.InternalOutgoingWebResponseActionResult

상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: slluis/cydin

공개 메소드들

메소드 설명
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