Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BitmapImage::UriCachePolicy Property

 

Gets or sets a value that represents the caching policy for images that come from an HTTP source.

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[TypeConverterAttribute((RequestCachePolicyConverter^::typeid))]
property RequestCachePolicy^ UriCachePolicy {
	RequestCachePolicy^ get();
	void set(RequestCachePolicy^ value);
}

Property Value

Type: System.Net.Cache::RequestCachePolicy^

The base RequestCachePolicy of the current context. The default is null.

UriCachePolicy is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft