WebBrowserExtensions.ClearInternetCacheAsync Method
Namespace: Microsoft.Phone.Controls
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ClearInternetCacheAsync ( _
browserControl As WebBrowser _
) As Task
public static Task ClearInternetCacheAsync(
this WebBrowser browserControl
)
[ExtensionAttribute]
public:
static Task^ ClearInternetCacheAsync(
WebBrowser^ browserControl
)
static member ClearInternetCacheAsync :
browserControl:WebBrowser -> Task
Parameters
- browserControl
Type: Microsoft.Phone.Controls.WebBrowser
Return Value
Type: System.Threading.Tasks.Task
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type WebBrowser. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.