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

In This Topic
    CanExecuteCommand Property (MenuTagHelper)
    In This Topic
    This 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;}
    Remarks
    If this method returns false, the menu option is disabled.
    See Also