Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeSanitizeHtmlArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved