Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IHtmlSanitizer

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IHtmlSanitizer

    Methods

    View Source

    Sanitize(String)

    Sanitizes HTML

    Declaration
    string Sanitize(string html)
    Parameters
    Type Name Description
    System.String html

    HTML to be sanitized

    Returns
    Type Description
    System.String

    Sanitized HTML

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Sanitize(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX