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.
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