ClassEditorPasteSettings
The class for the paste settings of the Editor component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class EditorPasteSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseEditorPasteSettings
Implements:
Inherited Members
Constructors
EditorPasteSettings()
Declaration
public EditorPasteSettings()
Properties
ConvertMsLists
Defines whether MS Word lists should be converted to HTML lists.
RemoveAllAttributes
Defines whether all attributes should be stripped. Takes precedence over RemoveAttributes, RemoveMsClasses, RemoveMsStyles.
RemoveAttributes
Defines a set of attributes to be stripped from the pasted HTML.
RemoveHtmlComments
Defines whether html comments should be stripped from the content.
RemoveMsClasses
Defines whether class attributes starting with 'Mso' should be removed from the HTML.
RemoveMsStyles
Defines whether style attributes starting with 'Mso' should be removed from the HTML.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides