MessageBuilder.Text(String) Method
Mirrors the client-side text option.
Namespace: DevExtreme.AspNet.Mvc.Builders.Chat
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public MessageBuilder Text(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The option value. |
Returns
| Type | Description |
|---|---|
| MessageBuilder | A reference to this instance after the method is called. |
See Also