WebBrowserExtensions Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Contains extension methods for the WebBrowser control.

Inheritance Hierarchy

System..::.Object
  Microsoft.Phone.Controls..::.WebBrowserExtensions

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

<ExtensionAttribute> _
Public NotInheritable Class WebBrowserExtensions
public static class WebBrowserExtensions

The WebBrowserExtensions type exposes the following members.

Methods

  Name Description
ClearCookiesAsync Clears the cookies associated with the specified web browser control asynchronously.
ClearInternetCacheAsync Clears the Internet cache associated with the specified web browser control asynchronously.
GetCookies Returns a collection of cookies retrieved from the Source URI of the specified WebBrowser control.

Top

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Controls Namespace