HtmlEditorExtension.GetActiveView(String) Method
In This Article
Gets the specified HtmlEditor’s active view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static HtmlEditorView GetActiveView(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the Html |
#Returns
Type | Description |
---|---|
Html |
One of the Html |
#Remarks
Note that the HtmlEditor always has the active view, and only a single view can be active within the editor at the same time.
See Also