C# Class MvcHtmlHelpers.HtmlHelperExtensions

Afficher le fichier Open project: xqiu/MVCSPAWithEmberjs

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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