AppDataPaths.InternetCache Property

Definition

Gets the path to the internet cache folder.

public:
 property Platform::String ^ InternetCache { Platform::String ^ get(); };
winrt::hstring InternetCache();
public string InternetCache { get; }
var string = appDataPaths.internetCache;
Public ReadOnly Property InternetCache As String

Property Value

String

The full path to the internet cache folder. This is the same folder that is used by the Windows Internet API.

Applies to