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
Gets or sets the status of the item being rendered.
Declaration
public ItemStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemStatus? |
Steps
Gets or sets 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
Gets or sets the user associated with the request.
Declaration
public IUser User { get; set; }
Property Value
| Type | Description |
|---|---|
| IUser |
VersionName
Gets or sets 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 | Contains information associated with the current HTML element. |
| TagHelperOutput | output | Represents the content and attributes of the HTML element. |