C# Class Ifa.Templates.Renders.DefaultTemplateRender

Inheritance: ITemplateRender
Show file Open project: kibiluzbad/Ifa Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetIfaTheme ( HtmlHelper html ) : string
ThereIsATheme ( HtmlHelper html ) : bool

Method Details

Render() public method

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
return string