[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.StylesTagHelper

StylesTagHelper Class

Defines the tag for registering the style sheets.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-styles")]
public sealed class StylesTagHelper : ComponentTagHelper<Component>, ITagHelper, ITagHelperComponent

Constructors

Name Description
StylesTagHelper()

Properties

Name Description
Theme

Gets or sets the theme.

Methods

Name Description
GetObjectInstance(object)

Gets the TControl instance.

Process(TagHelperContext, TagHelperOutput)

Synchronously executes the TagHelper with the given context and output.