C# Class HandlebarsHelper.RawTemplateInjector

Datei anzeigen Open project: kingpin2k/HandlebarsHelper

Public Methods

Method Description
InjectRawTemplates ( string templatePath, string templateExtensions ) : IHtmlString
InjectRawTemplates ( string templatePath, string templateExtensions, ITemplateNamer templateNamer ) : IHtmlString

Private Methods

Method Description
BuildTemplates ( string templatePath, List files, ITemplateNamer templateNamer ) : IHtmlString
FindFiles ( string searchPath, string templatePath, string templateExtensions ) : List
GenerateTemplates ( string templatePath, string templateExtensions, ITemplateNamer templateNamer ) : IHtmlString

Method Details

InjectRawTemplates() public static method

public static InjectRawTemplates ( string templatePath, string templateExtensions ) : IHtmlString
templatePath string
templateExtensions string
return IHtmlString

InjectRawTemplates() public static method

public static InjectRawTemplates ( string templatePath, string templateExtensions, ITemplateNamer templateNamer ) : IHtmlString
templatePath string
templateExtensions string
templateNamer ITemplateNamer
return IHtmlString