HttpCapabilitiesBase.UseOptimizedCacheKey Property
.NET Framework 3.0
Used internally to get a value indicating whether to use an optimized cache key.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property UseOptimizedCacheKey As Boolean 'Usage Dim instance As HttpCapabilitiesBase Dim value As Boolean value = instance.UseOptimizedCacheKey
/** @property */ public boolean get_UseOptimizedCacheKey ()
public function get UseOptimizedCacheKey () : boolean
Not applicable.
Property Value
true to use an optimized cache key; otherwise, false. The default is false.Community Additions
ADD
Show: