Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试在我的处理程序中编写 HTML 输出时,出现错误。我应该如何生成输出?也许您不应该能够从这里写入输出,而是将输出发送到 aspx 页面?
public void ProcessRequest(HttpContext context) { context.Response.Write("test"); }
我收到“语法错误。意外的令牌。”