C# 클래스 Calyptus.Mvc.MockViewFactory.MockView

상속: IView
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

공개 메소드들

메소드 설명
MockView ( IViewTemplate template ) : System
Render ( IHttpContext context ) : void
Render ( System stream, IRouteContext routeContext ) : void

메소드 상세

MockView() 공개 메소드

public MockView ( IViewTemplate template ) : System
template IViewTemplate
리턴 System

Render() 공개 메소드

public Render ( IHttpContext context ) : void
context IHttpContext
리턴 void

Render() 공개 메소드

public Render ( System stream, IRouteContext routeContext ) : void
stream System
routeContext IRouteContext
리턴 void