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