C# 클래스 Rebel.Cms.Web.Templates.TemplateParser

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( File templateFile ) : TemplateParserResult

Parses the specified template for a Layout and any RenderSections.

Parse ( string templateFileContents ) : TemplateParserResult

Parses the specified template for a Layout and any RenderSections.

메소드 상세

Parse() 공개 메소드

Parses the specified template for a Layout and any RenderSections.
public Parse ( File templateFile ) : TemplateParserResult
templateFile Rebel.Framework.Persistence.Model.IO.File The template file.
리턴 TemplateParserResult

Parse() 공개 메소드

Parses the specified template for a Layout and any RenderSections.
public Parse ( string templateFileContents ) : TemplateParserResult
templateFileContents string
리턴 TemplateParserResult