ForumController.DeleteCommentAsync Method
Parameters
- id
- Guid
The ID of the comment to delete.
- topicId
- int
The ID of the topic the comment belongs to.
Return Value
Task<ActionResult>A redirect to the topic page.
The ID of the comment to delete.
The ID of the topic the comment belongs to.
A redirect to the topic page.