C# Class Ifa.Templates.Renders.DefaultTemplateRender

Inheritance: ITemplateRender
Afficher le fichier Open project: kibiluzbad/Ifa Class Usage Examples

Méthodes publiques

Méthode Description
Render ( HtmlHelper html, ModelMetadata metadata, string htmlFieldName, string templateName, DataBoundControlMode readOnly, object additionalViewData, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string

Private Methods

Méthode Description
GetIfaTheme ( HtmlHelper html ) : string
ThereIsATheme ( HtmlHelper html ) : bool

Method Details

Render() public méthode

public Render ( HtmlHelper html, ModelMetadata metadata, string htmlFieldName, string templateName, DataBoundControlMode readOnly, object additionalViewData, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : string
html HtmlHelper
metadata ModelMetadata
htmlFieldName string
templateName string
readOnly DataBoundControlMode
additionalViewData object
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
Résultat string