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 SourceSanitize(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 |