Skip to main content

HtmlEditorSettings.SaveStateToCookiesID Property

Gets or sets the name (identifier) of the cookie in which the HtmlEditor’s state is persisted.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string SaveStateToCookiesID { get; set; }

Property Value

Type Description
String

A String value specifying a cookie’s name.

Remarks

This property is in effect if the HtmlEditorSettings.SaveStateToCookies property is set to true.

Note

Refer to the RFC 2965 - Section 4.1.1 Syntax document to learn about allowed characters in cookies.

See Also