Overload | Description |
---|---|
HtmlEditor(HtmlEditorModel,IDictionary<String,Object>) | Renders a html editor widget with the specified options in the model and the specified html attributes. |
HtmlEditor(HtmlEditorModel,Object) | Renders a html editor widget with the specified options in the model and the specified html attributes. |
HtmlEditor(String,HtmlEditorModel) | Renders a html editor widget with the specified id and options in the model. |
HtmlEditor(String,HtmlEditorModel,IDictionary<String,Object>) | Renders a html editor widget with the specified id and options in the model and the specified html attributes. |
HtmlEditor(String,HtmlEditorModel,Object) | Renders a html editor widget with the specified id and options in the model and the specified html attributes. |
HtmlEditor() | Creates a wrapper that can be used to chain a number of methods to produce a html editor widget with the required options. |
HtmlEditor(IDictionary<String,Object>) | Creates a wrapper that can be used to chain a number of methods to produce a html editor widget with the required options. |
HtmlEditor(Object) | Creates a wrapper that can be used to chain a number of methods to produce a html editor widget with the required options. |
HtmlEditor(HtmlEditorModel) | Renders a html editor widget with the specified options in the model. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub