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