Class ActionTagHelper
- Namespace
- Dynamicweb.CoreUI.Rendering.Tag
Helpers
- Assembly
- Dynamicweb.CoreUI.Rendering.dll
[HtmlTargetElement(ParentTag = null, Attributes = "dw-action")]
public sealed class ActionTagHelper : TagHelper, ITagHelper, ITagHelperComponent
- Inheritance
-
Action
Tag Helper
- Implements
- Inherited Members
Constructors
ActionTagHelper(IJsonHelper, ScreenRequest)
Parameters
jsonHelper
IJsonHelper screenRequest
ScreenRequest
Properties
Action
Property Value
Methods
Process(TagHelperContext, TagHelperOutput)
Synchronously executes the Tagcontext
and
output
.
Parameters
context
TagHelper Context Contains information associated with the current HTML tag.
output
TagHelper Output A stateful HTML element used to generate an HTML tag.