ClassHtmlCommandArgs
Class
Command arguments for manipulating the HTML content of the editor (such as inserting HTML).
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class HtmlCommandArgs : ToolCommandArgsBase
Inheritance: objectToolCommandArgsBaseHtmlCommandArgs
Inherited Members
Constructors
HtmlCommandArgs()
Declaration
cs-api-definition
public HtmlCommandArgs()
Properties
Inline
Defines whether the inserted value is inline element. By default the command works only with block nodes, and wraps any inline element into a paragraph.