Class BeforeSanitizeHtmlArgs
Inheritance
System.Object
BeforeSanitizeHtmlArgs
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeSanitizeHtmlArgs : Object
Constructors
BeforeSanitizeHtmlArgs()
Declaration
public BeforeSanitizeHtmlArgs()
Properties
Cancel
Defines whether the current action can be prevented.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Helper
Returns the helper element.
Declaration
public object Helper { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Selectors
Returns the selectors object which carrying both tags and attributes selectors to block list of cross-site scripting attack. Also possible to modify the block list in this event.
Declaration
public SanitizeSelectors Selectors { get; set; }
Property Value
Type | Description |
---|---|
SanitizeSelectors |