Class TocHeading
Inherited Members
Namespace: Volo.Docs.TableOfContents
Assembly: Volo.Docs.Application.Contracts.dll
Syntax
public class TocHeading
Constructors
TocHeading(int, string, string)
Declaration
public TocHeading(int level, string text, string id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | level | |
| string | text | |
| string | id |
Properties
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Level
Declaration
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |