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.
したがって、Response.End()は有害ですが、応答をフラッシュして終了するにはどうすればよいですか?これは正しい方法ですか:
resp.Flush(); resp.Close();
それは正解です。
実際には、必要はありませんresp.Flush()-Close()応答をフラッシュします。
resp.Flush()
Close()