Class TreeTagHelper
Inheritance
System.Object
TreeTagHelper
Assembly: Volo.Docs.Web.dll
Syntax
public class TreeTagHelper : TagHelper
Constructors
TreeTagHelper(IOptions<DocsUiOptions>, IStringLocalizer<DocsResource>)
Declaration
public TreeTagHelper(IOptions<DocsUiOptions> urlOptions, IStringLocalizer<DocsResource> localizer)
Parameters
| Type |
Name |
Description |
| IOptions<DocsUiOptions> |
urlOptions |
|
| IStringLocalizer<DocsResource> |
localizer |
|
Properties
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ProjectFormat { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProjectName
Declaration
public string ProjectName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RootNode
Declaration
public NavigationNode RootNode { get; set; }
Property Value
| Type |
Description |
| NavigationNode |
|
SelectedDocumentName
Declaration
public string SelectedDocumentName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Version
Declaration
public string Version { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| TagHelperContext |
context |
|
| TagHelperOutput |
output |
|
Extension Methods