C# Class HtmlHelperExtensions, csharp-ember-handlebars

Datei anzeigen Open project: Myslik/csharp-ember-handlebars Class Usage Examples

Public Methods

Method Description
RenderEmberTemplates ( this helper, string path = "", bool noTemplateName = false ) : IHtmlString

Private Methods

Method Description
GetDirectoryTemplates ( string relativeDirName, DirectoryInfo, rootDirectory, List dependencyList ) : string
ReadTemplate ( string templateName, FileInfo, templateFile, bool noTemplateName = false ) : string

Method Details

RenderEmberTemplates() public static method

public static RenderEmberTemplates ( this helper, string path = "", bool noTemplateName = false ) : IHtmlString
helper this
path string
noTemplateName bool
return IHtmlString