Class PageBuilderStylesTagHelper
Renders the page builder styles markup.
public class PageBuilderStylesTagHelper : TagHelper
- Inheritance
-
objectTagHelperPageBuilderStylesTagHelper
- Extension Methods
Constructors
PageBuilderStylesTagHelper(IHtmlHelper)
Initializes a new instance of the PageBuilderStylesTagHelper class.
public PageBuilderStylesTagHelper(IHtmlHelper htmlHelper)
Parameters
htmlHelper
IHtmlHelperThe HTML helper.
Exceptions
- ArgumentNullException
Throws when
htmlHelper
isnull
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 styles markup.
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
context
TagHelperContextContains information associated with the current HTML tag.
output
TagHelperOutputA stateful HTML element used to generate an HTML tag.
See Also
TagHelper