Class SanitizeRemoveAttrs
Provides information about a SanitizeRemoveAttributes.
Inheritance
System.Object
SanitizeRemoveAttrs
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class SanitizeRemoveAttrs : Object
Constructors
SanitizeRemoveAttrs()
Declaration
public SanitizeRemoveAttrs()
Properties
Attribute
Defines the attribute name to sanitize
Declaration
public string Attribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selector
Defines the selector that sanitize the specified attributes within the selector
Declaration
public string Selector { get; set; }
Property Value
Type | Description |
---|---|
System.String |