ASP.NET Core MVC コントロールヘルプ
IsJavascriptFormat プロパティ

C1.AspNetCore.Mvc アセンブリ > C1.JsonNet 名前空間 > JsonSetting クラス : IsJavascriptFormat プロパティ
Gets or sets a value indicates whether to serialize to javascript format.
シンタックス
'宣言
 
Public Property IsJavascriptFormat As System.Boolean
public System.bool IsJavascriptFormat {get; set;}
解説
If some property type is string in server side, but its type is Function in client side, when IsJavascriptFormat is set to true, it will be serialzed to a string without quote. For example, the value of property A is "btnClick", it will be serialized to "{a: btnClick}". Otherwise, it will be serialized to "{a: 'btnClick'}". Normally when the page is loaded in the first time and the properties are transfered to the client side, this property should be set to True. For callback, it will be set to false.
参照

JsonSetting クラス
JsonSetting メンバ