BrowserHelper Class
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.
Provides a base class for browser helper methods.
public ref class BrowserHelper abstract
public abstract class BrowserHelper
type BrowserHelper = class
Public MustInherit Class BrowserHelper
- Inheritance
-
BrowserHelper
Constructors
BrowserHelper() |
Initializes a new instance of the BrowserHelper class. |
Properties
AllowPopups |
Gets or sets a value that indicates whether the browser is to enable pop-up windows. |
Homepage |
Gets the uniform resource identifier (URI) for the home page of the browser. |
Methods
ClearCache() |
Clears the cache of the browser. |
ClearCookies() |
Clears the cookies of the browser. |
GetBrowserButtonType(UITechnologyElement) |
Returns the button type for the provided user interface technology element. |
GetPageTitle(String) |
Returns the page title for the given window title. |
GetUrlFromBrowserDocumentWindow(UITechnologyElement) |
Returns the URI for the current page in the browser document window. |
IsBrowserDocumentWindow(IntPtr) |
Determines whether the provided window handle refers to the browser document window. |
IsBrowserDocumentWindow(UITechnologyElement) |
Determines whether the provided element is the browser document window. |
IsBrowserProcess(Process) |
Determines whether the provided process is an instance of the browser. |
IsBrowserWindow(String) |
Determines whether the specified class represents a Web browser window. |
IsBrowserWindow(UITechnologyElement) |
Determines whether the provided element is a browser window. |