WebView.ClearTemporaryWebDataAsync Method

Definition

Clears the WebView's cache and IndexedDB data.

public:
 static IAsyncAction ^ ClearTemporaryWebDataAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ClearTemporaryWebDataAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearTemporaryWebDataAsync();
function clearTemporaryWebDataAsync()
Public Shared Function ClearTemporaryWebDataAsync () As IAsyncAction

Returns

An asynchronous action to await the clear operation.

Attributes

Applies to