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.
Declaration
[Parameter]
public bool ConvertMsLists { get; set; }
Property Value
RemoveAllAttributes
Defines whether all attributes should be stripped. Takes precedence over RemoveAttributes, RemoveMsClasses, RemoveMsStyles.
Declaration
[Parameter]
public bool RemoveAllAttributes { get; set; }
Property Value
RemoveAttributes
Defines a set of attributes to be stripped from the pasted HTML.
RemoveHtmlComments
Defines whether html comments should be stripped from the content.
Declaration
[Parameter]
public bool RemoveHtmlComments { get; set; }
Property Value
RemoveMsClasses
Defines whether class attributes starting with 'Mso' should be removed from the HTML.
Declaration
[Parameter]
public bool RemoveMsClasses { get; set; }
Property Value
RemoveMsStyles
Defines whether style attributes starting with 'Mso' should be removed from the HTML.
Declaration
[Parameter]
public bool RemoveMsStyles { get; set; }
Property Value
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