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

In This Topic
    InitOwnerTypes Property (FinanceScriptsTagHelper)
    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