ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / BasicScriptsTagHelper Class / Bundles Property

In This Topic
    Bundles Property (BasicScriptsTagHelper)
    In This Topic
    Gets or sets the string which contains bundle names.
    Syntax
    'Declaration
     
    Public Overrides Property Bundles As String
    public override string Bundles {get; set;}
    Remarks
    Please use comma to separate the names. The names can be following values or the combination of them: Chart, CollectionView, Gauge, Grid and Input. If this property is empty or not set, it will add all script bundles in the basic assembly.
    See Also