TemplateBuilder Class¶
Constructors¶
-
TemplateBuilder
(Microsoft.AspNet.Mvc.Rendering.IViewEngine, Microsoft.AspNet.Mvc.ViewContext, Microsoft.AspNet.Mvc.ViewDataDictionary, Microsoft.AspNet.Mvc.ModelBinding.ModelExplorer, System.String, System.String, System.Boolean, System.Object)¶ Arguments: - viewEngine (Microsoft.AspNet.Mvc.Rendering.IViewEngine) –
- viewContext (Microsoft.AspNet.Mvc.ViewContext) –
- viewData (Microsoft.AspNet.Mvc.ViewDataDictionary) –
- modelExplorer (Microsoft.AspNet.Mvc.ModelBinding.ModelExplorer) –
- htmlFieldName (System.String) –
- templateName (System.String) –
- readOnly (System.Boolean) –
- additionalViewData (System.Object) –
public TemplateBuilder(IViewEngine viewEngine, ViewContext viewContext, ViewDataDictionary viewData, ModelExplorer modelExplorer, string htmlFieldName, string templateName, bool readOnly, object additionalViewData)
-