HttpBrowserCapabilitiesBase.UseOptimizedCacheKey Property

Definition

When overridden in a derived class, used internally to get a value that indicates whether to use an optimized cache key.

public:
 virtual property bool UseOptimizedCacheKey { bool get(); };
public virtual bool UseOptimizedCacheKey { get; }
member this.UseOptimizedCacheKey : bool
Public Overridable ReadOnly Property UseOptimizedCacheKey As Boolean

Property Value

true to use an optimized cache key; otherwise, false.

Exceptions

Applies to