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

In This Topic
    ExecuteCommand Property (MenuItemTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MenuCommand.ExecuteCommand in C1.Web.Mvc.MenuItem. Sets the method executes the command.
    Syntax
    'Declaration
     
    Public Property ExecuteCommand As String
    public string ExecuteCommand {get; set;}
    See Also