C# Класс Rebel.Cms.Web.Templates.TemplateParser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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