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


In This Topic
    BundlesTagHelper Class Members
    In This Topic

    The following tables list the members exposed by BundlesTagHelper.

    Public Properties
     NameDescription
    Public PropertyGets or sets the string which contains bundle names.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the collection name. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected PropertyGets the default script owner types.  
    Protected PropertyGets the initial script owner types.  
    Protected PropertyGets the prefix of the script owner type.  
    Protected PropertyGets or sets the corresponding object. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    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.BaseTagHelper<object>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected MethodProcesses the attributes set in the taghelper. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<object>)
    Protected MethodOverridden. Process the child content.  
    Protected MethodOverridden. Process the the children taghelpers.  
    Top
    See Also