OutputCacheProfileCollection.AllKeys Property

 
Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public string[] AllKeys { get; }

Property Value

Type: System.String[]

The string array containing the collection keys.

The following code example shows how to use the AllKeys property.

// Get the keys.
object [] keys = outputCacheProfiles.AllKeys;

.NET Framework
Available since 2.0
Return to top
Show: