1 out of 4 rated this helpful - Rate this topic

WebBrowserTask Class

July 26, 2012

Allows an application to launch the web browser application.

System.Object
  Microsoft.Phone.Tasks.WebBrowserTask

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class WebBrowserTask
<WebBrowserTask .../>

The WebBrowserTask type exposes the following members.

  NameDescription
Public methodWebBrowserTaskInitializes a new instance of the WebBrowserTask class.
Top
  NameDescription
Public propertyUriGets or sets the URI to which the web browser application will navigate when it is launched.
Public propertyURL Obsolete. Gets or sets the URL to which the web browser application will navigate when it is launched.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodShowShows the web browser application.
Public methodToString (Inherited from Object.)
Top
NoteNote:

multiple devices Memory allocated for the Web Browser Task does not count toward total application memory use. This helps minimize your application's memory use, which is particularly important when your application runs on a 256-MB device. For more information, see Developing for 256-MB Devices.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.