HttpBrowserCapabilitiesBase::UseOptimizedCacheKey Property

 

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

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

public:
property bool UseOptimizedCacheKey {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: