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

In This Topic
    CommandParameter Property (MenuItemTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MenuItem.CommandParameter. Sets the associated menu command parameter.
    Syntax
    'Declaration
     
    Public Property CommandParameter As Object
    public object CommandParameter {get; set;}
    See Also