IActionRegistration.RemoveCommandHandler(string)
Method in IActionRegistration
Summary
Removes a command handler.
void RemoveCommandHandler(string commandName);Parameters
| Name | Description |
|---|---|
string commandName | The name of the command to remove. |
Method in IActionRegistration
Removes a command handler.
void RemoveCommandHandler(string commandName);| Name | Description |
|---|---|
string commandName | The name of the command to remove. |