Table of Contents

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

string

UpdateBlockComponent

[HtmlAttributeName("component")]
public UpdateBlock? UpdateBlockComponent { get; set; }

Property Value

UpdateBlock

Methods

Process(TagHelperContext, TagHelperOutput)

Synchronously executes the TagHelper with the given context and output.

public override void Process(TagHelperContext context, TagHelperOutput output)

Parameters

context TagHelperContext

Contains information associated with the current HTML tag.

output TagHelperOutput

A stateful HTML element used to generate an HTML tag.

To top