Table of Contents

Class MarkdownToolBarAttribute

Namespace
Biwen.QuickApi.Contents.FieldTypes
Assembly
Biwen.QuickApi.Contents.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public class MarkdownToolBarAttribute : Attribute
Inheritance
MarkdownToolBarAttribute
Inherited Members
Extension Methods

Constructors

MarkdownToolBarAttribute(MarkdownToolStyle)

public MarkdownToolBarAttribute(MarkdownToolStyle toolStyle = MarkdownToolStyle.Standard)

Parameters

toolStyle MarkdownToolStyle

Properties

CustomToolStyle

public string CustomToolStyle { get; set; }

Property Value

string

ToolStyle

public MarkdownToolStyle ToolStyle { get; set; }

Property Value

MarkdownToolStyle