MessageBuilder.Src(String) Method
Mirrors the client-side src option.
Namespace: DevExtreme.AspNet.Mvc.Builders.Chat
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public MessageBuilder Src(
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