WebBrowser
Wisej.Web.WebBrowser
Last updated
Was this helpful?
Wisej.Web.WebBrowser
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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.
Initializes a new instance of the class with a URL as a string and an event handler for the DocumentCompleted event.
url
The URL of the webpage to be loaded in the WebBrowser as a string.
onDocumentCompleted
Initializes a new instance of the class with a specified location and size.
location
The location of the WebBrowser on its parent control.
size
The size of the WebBrowser.
onDocumentCompleted
url
The URL of the webpage to be loaded in the WebBrowser as a string.
location
The location of the WebBrowser on its parent control.
size
The size of the WebBrowser.
onDocumentCompleted
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.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
An Action delegate to handle the event. Can be null.
An Action delegate to handle the event. Can be null.
Initializes a new instance of the class with the specified settings.
An Action delegate to handle the event. Can be null.
: Indicates the border style for the control. (Default: Solid
)
: Returns or sets a value indicating whether scroll bars are displayed in the control. (Default: True
)
: Returns or sets the URL of the current document. (Default: null
)
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.