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

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