Class DocumentSectionConsts
Inheritance
DocumentSectionConsts
Assembly: Volo.Docs.Web.dll
Syntax
public class DocumentSectionConsts
Constructors
DocumentSectionConsts()
Declaration
public DocumentSectionConsts()
Fields
SectionCloser
Declaration
public const string SectionCloser = "[/doc-section]"
Field Value
SectionOpenerAndCondition
Declaration
public const string SectionOpenerAndCondition = "&"
Field Value
SectionOpenerKeyValueSeparator
Declaration
public const string SectionOpenerKeyValueSeparator = "="
Field Value
SectionOpenerOrCondition
Declaration
public const string SectionOpenerOrCondition = "|"
Field Value
SectionOpenerPostfix
Declaration
public const string SectionOpenerPostfix = "]"
Field Value
SectionOpenerPrefix
Declaration
public const string SectionOpenerPrefix = "[doc-section:"
Field Value
Extension Methods