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

In This Topic
    OwnerTypePrefix Property (BundlesTagHelper)
    In This Topic
    Gets the prefix of the script owner type.
    Syntax
    'Declaration
     
    Protected MustOverride ReadOnly Property OwnerTypePrefix As String
    protected abstract string OwnerTypePrefix {get;}
    See Also