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

In This Topic
    DefaultOwnerTypes Property (ChartExtensionScriptsTagHelper)
    In This Topic
    Gets the default script owner types.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property DefaultOwnerTypes As IEnumerable(Of Type)
    protected virtual IEnumerable<Type> DefaultOwnerTypes {get;}
    Remarks
    When Bundles property is empty, this property will be used.
    See Also