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

In This Topic
    CanExecuteCommand Property (MenuCommand)
    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