C# Class Rebel.Cms.Web.Templates.TemplateParser

Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Parse() public méthode

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.
Résultat TemplateParserResult

Parse() public méthode

Parses the specified template for a Layout and any RenderSections.
public Parse ( string templateFileContents ) : TemplateParserResult
templateFileContents string
Résultat TemplateParserResult