Professional ASP.NET 1.1 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional ASP.NET 1.1 [Electronic resources] - نسخه متنی

Alex Homeret

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Remember the New Request and Response Objects

In ASP.NET, the

Request and

Response objects have been extended to provide many new features that can improve performance. For example, to write the contents of a disk file into a page, use the new

Response.WriteFile method rather than opening the file, reading it from disk and writing it to the

Response .

Finally, avoid the

ServerVariables collection where possible by using the new

Request properties like

Request.Url ,

Request.Referrer ,

Request.PhysicalPath ,

Request.UserAgent , and so on.

/ 244