Table of Contents

Class PageBuilderScriptsTagHelper

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Renders the page builder scripts markup.

public class PageBuilderScriptsTagHelper : TagHelper
Inheritance
object
TagHelper
PageBuilderScriptsTagHelper
Extension Methods

Constructors

PageBuilderScriptsTagHelper(IHtmlHelper)

Initializes a new instance of the PageBuilderScriptsTagHelper class.

public PageBuilderScriptsTagHelper(IHtmlHelper htmlHelper)

Parameters

htmlHelper IHtmlHelper

The HTML helper.

Exceptions

ArgumentNullException

Throws when htmlHelper is null

Properties

ViewContext

The view context used to initialize Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper

[ViewContext]
[HtmlAttributeNotBound]
public ViewContext ViewContext { get; set; }

Property Value

ViewContext

Methods

Process(TagHelperContext, TagHelperOutput)

Renders the page builder scripts markup.

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.

See Also

TagHelper