This documentation is archived and is not being maintained.

XmlDataSource::CacheKeyContext Property

Gets or sets the value of the cache key for the data source control from view state, or adds the cache key to view state.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual property String^ CacheKeyContext {
	String^ get ();
	void set (String^ value);
}
<asp:XmlDataSource CacheKeyContext="String" />

Property Value

Type: System::String
The value of the cache key, or an empty string if the cache key is not in view state.

The CacheKeyContext property enables you to manually create a cache key for the XmlDataSource control. This is required only if you are assigning an object that contains XML or XSLT data to the control instead of specifying a file that contains the data. When you assign data to the control, the data is not used to generate the cache key. Instead, you must manually generate a unique cache key if you plan to update the data object.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: