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

In This Topic
    ExecuteCommand Property (MenuCommand)
    In This Topic
    This method executes the command.
    Syntax
    'Declaration
     
    Public Property ExecuteCommand As String
    public string ExecuteCommand {get; set;}
    See Also