Class AddMessageRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for adding a message to a forum topic.
public class AddMessageRequest
- Inheritance
-
AddMessageRequest
- Inherited Members
Properties
Body
Gets or sets the body/content of the message to add to the topic.
public string Body { get; set; }
Property Value
- string
- Request model for adding a message to a forum topic.