控制缓存
代码:
<%Response.Buffer=true
%>
<!DOCTYPE html>
<html>
<body>
<p>
This text will be sent to your browser when my response buffer is flushed.
</p>
<%
Response.Flush
%>
</body>
</html>
结果:
This text will be sent to your browser when my response buffer is flushed.
相关文章
- ASP.NET MVC 参考手册
- ASP.NET SortedList
- ASP.NET 导航
- ASP.NET CheckBox 控件
- WebSecurity CreateAccount 方法
- WebSecurity Logout 方法
- WebSecurity UserExists 方法
- HTML Inputbutton
- HTML InputImage
- Listbox
- ASP.NET HTML 控件 用 重复
- VB 实例 If Else 条件
- VB 实例 Select 条件
- ASP.NET Web Pages - Chart 帮助器
- ASP.NET Calendar OtherMonthDayStyle 属性
- ASP.NET Style 属性
- ASP.NET ListItem Text 属性
- ASP.NET Literal Text 属性
- ASP.NET XML DocumentSource 属性
- htmltable