TAILIEUCHUNG - ASP.NET 4 Unleased - p 140

Có hai lợi thế để sử dụng WriteSubstitution () phương pháp. Đầu tiên, phương pháp tham chiếu bởi WriteSubstitution () phương pháp này không phải là một phương thức của lớp hiện tại. Các phương pháp có thể được | 1364 CHAPTER 29 Caching Application Pages and Data LISTING @ Page Language C @ OutputCache Duration 15 VaryByParam none DOCTYPE html PUBLIC - W3C DTD XHTML Transitional EN http TR xhtml1 DTD script runat server public static string GetTime HttpContext context return T script html xmlns http 1999 xhtml head id Head1 runat server title Show WriteSubstitution title head body form id form1 runat server div The cached time is T hr The substitution time is GetTime div form body html There are two advantages to using the WriteSubstitution method. First the method referenced by the WriteSubstitution method does not have to be a method of the current class. The method can be either an instance or shared method on any class. The second advantage of the WriteSubstitution method is that you can use it within a custom control to perform post-cache substitutions. For example the NewsRotator control in Listing uses the WriteSubstitution method when displaying a random news item. If you use this control in a page that has been output cached the NewsRotator control continues to display news items randomly. LISTING using System using using From the Library of Wow eBook Using Partial Page Caching 1365 using using using namespace myControls public class NewsRotator WebControl public static string GetNews HttpContext context List String news new List string Martians attack Moon collides with earth Life on Jupiter Random rnd new Random return news protected override void RenderContents HtmlTextWriter writer GetNews NOTE Building custom controls is discussed in detail in Chapter 36 Building Custom Controls. 29 The book s website includes a .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.