Class EditorTagHelper
- Namespace
- Dynamicweb.CoreUI.Rendering.TagHelpers
- Assembly
- Dynamicweb.CoreUI.Rendering.dll
[HtmlTargetElement(ParentTag = null, Attributes = "dw-editor")]
public sealed class EditorTagHelper : TagHelper, ITagHelper, ITagHelperComponent
- Inheritance
-
EditorTagHelper
- Implements
- Inherited Members
Properties
Editor
[HtmlAttributeName("dw-editor")]
public EditorBase? Editor { 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.