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

In This Topic
    InitOwnerTypes Property (BundlesTagHelper)
    In This Topic
    Gets the initial script owner types.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property InitOwnerTypes As IEnumerable(Of Type)
    protected virtual IEnumerable<Type> InitOwnerTypes {get;}
    See Also