asp.netFQA

1、Response.Write,输出XML时会被截断

  HttpContext.Current.Response.ContentEncoding=Encoding.UTF8;

  HttpContext.Current.Response.Expires=0;

  HttpContext.Current.Response.ContentType="application/xml";

原文地址:https://www.cnblogs.com/jichunhu/p/2892866.html