Show / Hide Table of Contents

Interface IMarkdownToHtmlRenderer

Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit.Renderers
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public interface IMarkdownToHtmlRenderer

Methods

Render(string, bool, bool)

Declaration
string Render(string rawMarkdown, bool allowHtmlTags = true, bool preventXSS = true)
Parameters
Type Name Description
string rawMarkdown
bool allowHtmlTags
bool preventXSS
Returns
Type Description
string
In this article
Back to top Powered by Volosoft