Back to Devexpress

HtmlEditorSettings Class

aspnet-devexpress-dot-web-dot-mvc-45192dae.md

latest2.1 KB
Original Source

HtmlEditorSettings Class

Contains the HtmlEditor extension settings.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class HtmlEditorSettings :
    SettingsBase
vb
Public Class HtmlEditorSettings
    Inherits SettingsBase

Remarks

To declare the HtmlEditor in a View, invoke the ExtensionsFactory.HtmlEditor helper method. This method returns the HtmlEditor extension that is implemented by the HtmlEditorExtension class.

To configure the HtmlEditor extension, pass the HtmlEditorSettings object to the ExtensionsFactory.HtmlEditor helper method as a parameter. The HtmlEditorSettings object contains all the HtmlEditor extension settings.

Refer to the HtmlEditor Overview topic to learn how to add the HtmlEditor extension to your project.

Inheritance

Object SettingsBase HtmlEditorSettings

See Also

HtmlEditorSettings Members

HTML Editor

HtmlEditorExtension

DevExpress.Web.Mvc Namespace