Table of Contents

Class SamplePage

Namespace
Biwen.QuickApi.Contents
Assembly
Biwen.QuickApi.Contents.dll
public class SamplePage : ContentBase<SamplePage>, IContent
Inheritance
SamplePage
Implements
Inherited Members
Extension Methods

Constructors

SamplePage()

public SamplePage()

Properties

Content

[Display(Name = "内容")]
[MarkdownToolBar(MarkdownToolStyle.Standard)]
public MarkdownFieldType? Content { get; set; }

Property Value

MarkdownFieldType

Content_Description

public override string Content_Description { get; }

Property Value

string

Content_Order

public override int Content_Order { get; }

Property Value

int

Description

[Display(Name = "描述")]
[MarkdownToolBar(MarkdownToolStyle.Simple)]
public MarkdownFieldType? Description { get; set; }

Property Value

MarkdownFieldType

Tags

[Display(Name = "Tags")]
[ArrayField(10, 5)]
public ArrayFieldType? Tags { get; set; }

Property Value

ArrayFieldType

Title

[Display(Name = "标题")]
[Required]
public TextFieldType Title { get; set; }

Property Value

TextFieldType