ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers.Input Namespace / MenuTagHelper Class / Owner Property

In This Topic
    Owner Property (MenuTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MenuBase<T>.Owner. Sets the selector string of the element that owns this menu.
    Syntax
    'Declaration
     
    Public Property Owner As String
    public string Owner {get; set;}
    Remarks
    If we want a context menu, we should hide this menu by setting style or attribute.
    See Also