UserDataPaths.InternetCache Property

Definition

Gets the path to a user's Temporary Internet Files folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Temporary Internet Files folder.

Applies to