Response.End Method
End方法导致Web服务器停止处理脚本,并返回当前的结果。文件中的剩余内容不再处理。
End()
参数
该方法没有参数。
返回值
该方法没有返回值
适用于
备注
如果Response.Buffer被设置为True,则调用Response.End会冲出缓冲。如果你不想让输出返回给用户,你应该先调用Response.Clear。
<% Response.Clear Response.End %>
必备条件
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS