System.Web.UI.PartialCachingAttribute.Shared Property

Gets a value indicating whether user control output can be shared with multiple pages.

Syntax

public bool Shared { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If you set this property to true, cached user control output can be accessed by multiple Web Forms pages. If you do not set it to true, the default behavior is to cache one version of user control output for each page that contains that user control. You can potentially save a significant amount of memory by enabling this property.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0