C# 클래스 Sage.Views.Meta.DivertView

Causes the original view to use this view's XsltTransform instead.
상속: MetaView
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
DivertView ( MetaViewInfo viewInfo, IView wrapped ) : System

Initializes a new instance of the DivertView class.

Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void

Renders the specified view context by using the specified the writer object.

메소드 상세

DivertView() 공개 메소드

Initializes a new instance of the DivertView class.
public DivertView ( MetaViewInfo viewInfo, IView wrapped ) : System
viewInfo Sage.Configuration.MetaViewInfo The object that contains definition of this meta view.
wrapped IView The wrapped original view.
리턴 System

Render() 공개 메소드

Renders the specified view context by using the specified the writer object.
public Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void
viewContext System.Web.Mvc.ViewContext The view context.
writer System.IO.TextWriter The writer object.
리턴 void