Class CommandResponse
Response returned by a page command.
public sealed class CommandResponse : ICommandResponse
- Inheritance
-
objectCommandResponse
- Implements
- Extension Methods
Properties
CommandName
Name of the command to be executed from the client template.
public string CommandName { get; set; }
Property Value
- string
Messages
Messages to display on the client.
public ICollection<CommandResponseMessage> Messages { get; }
Property Value
- ICollection<CommandResponseMessage>