Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMarkdownSanitizer

    Sanitizer service for the markdown editor.

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

    Methods

    View Source

    Sanitize(String)

    Sanitizes Markdown

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

    Markdown to be sanitized

    Returns
    Type Description
    System.String

    Sanitized Markdown

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