C# Class RunningObjects.Core.Caching.CachedPage

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: edurdias/RunningObjects Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CachedPage ( System.Web.UI.OutputCacheParameters cacheSettings ) : System

Protected Methods

Method Description
FrameworkInitialize ( ) : void

Method Details

CachedPage() public method

public CachedPage ( System.Web.UI.OutputCacheParameters cacheSettings ) : System
cacheSettings System.Web.UI.OutputCacheParameters
return System

FrameworkInitialize() protected method

protected FrameworkInitialize ( ) : void
return void