Class DataWebInlineItemTagHelper
TagHelper that renders an inline item control for use in DataWeb.
Inherited Members
Namespace: DataWeb.TagHelpers
Assembly: DataWeb.Core.dll
Syntax
[HtmlTargetElement("asp-dw-inlineitem")]
public sealed class DataWebInlineItemTagHelper : TagHelper, ITagHelper, ITagHelperComponent
Properties
Status
The status of the item being rendered.
Declaration
public ItemStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
ItemStatus? |
Steps
The list of steps that make up the navigation path.
Declaration
public List<Navigation.Step> Steps { get; set; }
Property Value
Type | Description |
---|---|
List<Navigation.Step> |
User
The user associated with the request.
Declaration
public IUser User { get; set; }
Property Value
Type | Description |
---|---|
IUser |
VersionName
The version name.
Declaration
public string VersionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Process(TagHelperContext, TagHelperOutput)
Renders the tag helper output.
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |