HtmlEditorHtmlEditingSettings Members
In This Article
#Constructors
Name | Description |
---|---|
Html |
Initializes a new instance of the Html |
#Properties
Name | Description |
---|---|
Allowed |
Specifies document type allowed in the ASPx |
Allow |
Specifies if end-users can edit the full document content or the body tag content only. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain form elements, such as ‘form’, ‘input’, ‘select’, etc. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain HTML5 media elements, i. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain ID attributes. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain ‘iframe’ elements. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘object’ and ‘embed’ elements. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain scripts. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain style attributes. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘iframe’ elements linking to a You |
Content |
Provides access to settings that relate to content element filtering. |
Process |
Gets or sets a value that specifies whether to process the copied/cut RTF content on the server side. |
Resource |
Specifies if resource paths should be changed to absolute, relative, or root relative. |
Update |
Gets or sets a value that specifies whether the b (bold) and i (italic) elements occurring within the editor’s HTML markup should be replaced with the strong and em elements respectively. |
Update |
Gets or sets a value that specifies whether deprecated elements (such as u, s, strike, font, center) occurring within the editor’s HTML markup should be replaced with their valid analogs. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings of the specified object to the current one. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object.
Inherited from State |
See Also