Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopMarkdownSanitizer

    Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public class NoopMarkdownSanitizer : IMarkdownSanitizer

    Methods

    View Source

    Sanitize(string)

    Sanitizes Markdown

    Declaration
    public string Sanitize(string markdown)
    Parameters
    Type Name Description
    string markdown

    Markdown to be sanitized

    Returns
    Type Description
    string

    Sanitized Markdown

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX