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

In This Topic
    CanExecuteCommand Property (MenuItemTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MenuCommand.CanExecuteCommand in C1.Web.Mvc.MenuItem. Sets the method returns a Boolean value that determines whether the controller can execute the command.
    Syntax
    'Declaration
     
    Public Property CanExecuteCommand As String
    public string CanExecuteCommand {get; set;}
    See Also