Interface ICommandResponse
Response returned by a page command.
public interface ICommandResponse
- Extension Methods
Properties
CommandName
Name of the command to be executed from the client template.
string CommandName { get; set; }
Property Value
- string
Messages
Messages to display on the client.
ICollection<CommandResponseMessage> Messages { get; }
Property Value
- ICollection<CommandResponseMessage>