コード例 #1
0
ファイル: map.asmx.cs プロジェクト: 1522377063/point
 public void GetModelList()
 {
     Context.Response.ContentType     = "application/json;charset=utf-8";
     Context.Response.ContentEncoding = Encoding.GetEncoding("utf-8");
     Context.Response.Write(ModelAPI.GetModelList());
     Context.Response.End();
 }