C# Class MvcHtmlHelpers.HtmlHelperExtensions

ファイルを表示 Open project: xqiu/MVCSPAWithEmberjs

Public Methods

Method Description
RenderEmber ( this helper, string path = "", bool noTemplateName = false ) : System.Web.Mvc.MvcHtmlString

Private Methods

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

Method Details

RenderEmber() public static method

public static RenderEmber ( this helper, string path = "", bool noTemplateName = false ) : System.Web.Mvc.MvcHtmlString
helper this
path string
noTemplateName bool
return System.Web.Mvc.MvcHtmlString