Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebView.ClearTemporaryWebDataAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?