Class UpdateBlockTagHelper
- Namespace
- Dynamicweb.CoreUI.Rendering.TagHelpers
- Assembly
- Dynamicweb.CoreUI.Rendering.dll
[HtmlTargetElement("dw-update-block")]
public sealed class UpdateBlockTagHelper : TagHelper, ITagHelper, ITagHelperComponent
- Inheritance
-
UpdateBlockTagHelper
- Implements
- Inherited Members
Properties
UniqueId
public string UniqueId { get; set; }
Property Value
UpdateBlockComponent
[HtmlAttributeName("component")]
public UpdateBlock? UpdateBlockComponent { get; set; }
Property Value
Methods
Process(TagHelperContext, TagHelperOutput)
Synchronously executes the TagHelper with the given context and
output.
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
contextTagHelperContextContains information associated with the current HTML tag.
outputTagHelperOutputA stateful HTML element used to generate an HTML tag.