Remote Script Page Class Library

NoCachePage Class

Page object that will not be cached by the browser

For a list of all members of this type, see NoCachePage Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.TemplateControl
         System.Web.UI.Page
            RemoteScript.Pages.NoCachePage
               RemoteScript.Pages.RemoteScriptPage

[Visual Basic]
Public Class NoCachePage
    Inherits Page
[C#]
public class NoCachePage : Page
[C++]
public __gc class NoCachePage : public Page
[JScript]
public class NoCachePage extends Page

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: RemoteScript.Pages

Assembly: RemoteScript (in RemoteScript.dll)

See Also

NoCachePage Members | RemoteScript.Pages Namespace