Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorMarkdownOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorMarkdownOptions

    A class used for configuring the Markdown properties in Rich Text Editor.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    RichTextEditorMarkdownOptions
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RichTextEditorMarkdownOptions : SfBaseComponent

    Constructors

    RichTextEditorMarkdownOptions()

    Declaration
    public RichTextEditorMarkdownOptions()

    Properties

    FormatSyntax

    Specifies the syntax that can be used for the formats in Rich Text Editor.

    Declaration
    public Dictionary<string, string> FormatSyntax { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    ListSyntax

    Specifies the syntax that can be used for the list in Rich Text Editor.

    Declaration
    public Dictionary<string, string> ListSyntax { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    SelectionSyntax

    Specifies the syntax that can be used for the selection in Rich Text Editor.

    Declaration
    public Dictionary<string, string> SelectionSyntax { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved