Class DataWebInlineSectionTagHelper
Tag helper for creating a section with DataWeb inline editing capabilities.
Inherited Members
Namespace: DataWeb.TagHelpers
Assembly: DataWeb.Core.dll
Syntax
[HtmlTargetElement("asp-dw-inlinesection")]
public sealed class DataWebInlineSectionTagHelper : TagHelper, ITagHelper, ITagHelperComponent
Properties
Steps
Gets or sets the list of navigation steps.
Declaration
public List<Navigation.Step> Steps { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Navigation.Step> |
User
Gets or sets the user.
Declaration
public IUser User { get; set; }
Property Value
| Type | Description |
|---|---|
| IUser |
Methods
Process(TagHelperContext, TagHelperOutput)
Processes the tag helper.
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | The context information for the tag. |
| TagHelperOutput | output | The output for the tag. |