ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / ScriptsTagHelper Class
Properties Methods


In This Topic
    ScriptsTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ScriptsTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the culture which is used for scripts localization. (Inherited from C1.Web.Mvc.TagHelpers.ScriptsTagHelper)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the collection name. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected PropertyGets or sets the corresponding object. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ScriptsTagHelper)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the TControl instance. (Inherited from C1.Web.Mvc.TagHelpers.ScriptsTagHelper)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the attributes set in the taghelper. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<Component>)
    Top
    See Also