HtmlEditorExtension Constructors
Represents an extension object implementing the HtmlEditor functionality.| Name | Parameters | Description |
|---|---|---|
| HtmlEditorExtension(HtmlEditorSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the HtmlEditorExtension class with specified settings. |
| HtmlEditorExtension(HtmlEditorSettings, ViewContext) | settings, viewContext | Initializes a new instance of the HtmlEditorExtension class with the specified settings and provides the context information about the view. |
| HtmlEditorExtension(HtmlEditorSettings) | settings | Initializes a new instance of the HtmlEditorExtension class with the specified settings. |
See Also