WebBrowser
Wisej.Web.WebBrowser
Last updated
Was this helpful?
Wisej.Web.WebBrowser
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a web browser control that enables the user to navigate web pages inside a form or a page.
Initializes a new instance of the class.
: Indicates the border style for the control.
Throws:
Due to IFrame security constraints, this method will not work when the source of the IFrame content is from a different domain.
Due to IFrame security constraints, this method will not work when the source of the IFrame content is from a different domain.
url
Throws:
url
The URL of the document to load.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets a value indicating whether scroll bars are displayed in the control.
: Returns or sets the URL of the current document.
The specified value when setting this property is not an absolute URI. For more information, see .
Navigates the control to the previous page in the navigation history, if one is available.
Navigates the control to the next page in the navigation history, if one is available.
Loads the document at the location indicated by the specified into the control.
A representing the URL of the document to load.
The url parameter value does not represent an absolute URI. For more information, see .
Loads the document at the specified Uniform Resource Locator (URL) into the control.
Fired when the control finishes loading a web page.
All wisej controls derived from the class must implement this interface.