Configurates
C1.Web.Mvc.MenuCommand.ExecuteCommand. This method executes the command.
Syntax
'Declaration
Public Function ExecuteCommand( _
ByVal As String _
) As MenuCommandBuilder
public MenuCommandBuilder ExecuteCommand(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also