ChatBuilder.DataSource(String, String[]) Method
In This Article
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public ChatBuilder DataSource(
string staticJsonUrl,
params string[] key
)
#Parameters
Name | Type |
---|---|
static |
String |
key | String[] |
#Returns
Type |
---|
Chat |
See Also