[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ScriptsTagHelper

ScriptsTagHelper Class

Defines a TagHelper to register scripts.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[RestrictChildren("c1-basic-scripts", new string[] { })]
[HtmlTargetElement("c1-scripts")]
public class ScriptsTagHelper : ComponentTagHelper<Component>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ScriptsTagHelper()

Properties

Name Description
Culture

Gets or sets the culture which is used for scripts localization.

Methods

Name Description
GetObjectInstance(object)

Gets the TControl instance.

Process(TagHelperContext, TagHelperOutput)

Synchronously executes the TagHelper with the given context and output.