コード例 #1
0
 public String ToJavascriptSource(bool includeState)
 {
     return(JSONHelper.WriteJSON <dynamic>(GetJSONObject(includeState)));
 }