C# 클래스 Phun.Templating.TemplateHandler

Template handler.
상속: ITemplateHandler
파일 보기 프로젝트 열기: noogen/phuncms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Utility Phun.Routing.ResourcePathUtility

공개 메소드들

메소드 설명
CanRender ( Data model ) : bool

Determines whether this instance can render the specified model.

Render ( Data model, IContentConnector connector, System.Web.HttpContextBase httpContext ) : void

Executes the specified model.

TemplateHandler ( ) : System

Initializes a new instance of the TemplateHandler class.

메소드 상세

CanRender() 공개 메소드

Determines whether this instance can render the specified model.
public CanRender ( Data model ) : bool
model Data The model.
리턴 bool

Render() 공개 메소드

Executes the specified model.
public Render ( Data model, IContentConnector connector, System.Web.HttpContextBase httpContext ) : void
model Data The model.
connector IContentConnector The connector.
httpContext System.Web.HttpContextBase The HTTP context.
리턴 void

TemplateHandler() 공개 메소드

Initializes a new instance of the TemplateHandler class.
public TemplateHandler ( ) : System
리턴 System

프로퍼티 상세

Utility 보호되어 있는 프로퍼티

The utility
protected ResourcePathUtility,Phun.Routing Utility
리턴 Phun.Routing.ResourcePathUtility