JS(String) Constructor
In This Article
Initializes a new instance of the JS structure.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public JS(
string value
)
#Parameters
Name | Type | Description |
---|---|---|
value | String | The option value. |
#Remarks
Refer to new JS() Expression for more information.’
See Also