控制緩存
代碼:
<%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>
結(jié)果:
This text will be sent to your browser when my response buffer is flushed.
相關(guān)文章
- ASP.NET MVC 參考手冊(cè)
- ASP.NET SortedList
- ASP.NET 導(dǎo)航
- ASP.NET CheckBox 控件
- WebSecurity CreateAccount 方法
- WebSecurity Logout 方法
- WebSecurity UserExists 方法
- HTML Inputbutton
- HTML InputImage
- Listbox
- ASP.NET HTML 控件 用 重復(fù)
- VB 實(shí)例 If Else 條件
- VB 實(shí)例 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