Class BeforeSanitizeHtmlArgs
Inheritance
System.Object
BeforeSanitizeHtmlArgs
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeSanitizeHtmlArgs : Object
Constructors
BeforeSanitizeHtmlArgs()
Declaration
public BeforeSanitizeHtmlArgs()
Properties
Cancel
Illustrates whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Helper
It is a callback function and executed it before our inbuilt action. It should return HTML as a string.
Declaration
public object Helper { get; set; }
Property Value
Type | Description |
---|---|
System.Object |