MobilePage::InitOutputCache Method
Initializes the output cache for the current page request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
| Name | Description | |
|---|---|---|
![]() | InitOutputCache(Int32, String^, String^, OutputCacheLocation, String^) | Initializes the output cache for the current page request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides Page::InitOutputCache(Int32, String^, String^, OutputCacheLocation, String^).) |
![]() | InitOutputCache(Int32, String^, String^, String^, OutputCacheLocation, String^) | Initializes the output cache for the current page request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides Page::InitOutputCache(Int32, String^, String^, String^, OutputCacheLocation, String^).) |
![]() | InitOutputCache(OutputCacheParameters^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the output cache for the current page request based on an OutputCacheParameters object.(Inherited from Page.) |
InitOutputCache is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
