Class DataWebInlineEditorTagHelper
Tag helper for rendering an inline editor in DataWeb.
Inherited Members
Namespace: DataWeb.TagHelpers
Assembly: DataWeb.Core.dll
Syntax
[HtmlTargetElement("asp-dw-inlineeditor")]
public sealed class DataWebInlineEditorTagHelper : TagHelper, ITagHelper, ITagHelperComponent
Properties
ControlName
The control name.
Declaration
public string ControlName { get; set; }
Property Value
Type | Description |
---|---|
string |
Steps
The list of navigation steps.
Declaration
public List<Navigation.Step> Steps { get; set; }
Property Value
Type | Description |
---|---|
List<Navigation.Step> |
User
The user to check if it's a DataWeb user.
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)
Processes the tag helper context and output.
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | The tag helper context. |
TagHelperOutput | output | The tag helper output. |