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

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