C# 클래스 Ancestry.Daisy.Documentation.MVC.CompiledRazorView

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

공개 메소드들

메소드 설명
CompiledRazorView ( string viewName, object model ) : System.Web.Mvc
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

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

메소드 상세

CompiledRazorView() 공개 메소드

public CompiledRazorView ( string viewName, object model ) : System.Web.Mvc
viewName string
model object
리턴 System.Web.Mvc

ExecuteResult() 공개 메소드

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.
public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.
리턴 void