Configurates
C1.Web.Mvc.MenuCommand.CanExecuteCommand. This method returns a Boolean value that determines whether the controller can execute the command.
Syntax
'Declaration
Public Function CanExecuteCommand( _
ByVal As String _
) As MenuCommandBuilder
public MenuCommandBuilder CanExecuteCommand(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also