IFrame Methods |
The IFrame type exposes the following members.
Name | Description | |
---|---|---|
Execute |
Executes the given command in the frame.
Before executing the command, it's recommended to check whether it can be executed or not
using the IsCommandEnabled(EditorCommand) method.
| |
ExecuteJavaScript(String, Boolean) |
Asynchronously executes JavaScript code using the current context.
| |
ExecuteJavaScriptT(String, Boolean) |
Asynchronously executes JavaScript code using the current context and
converts the execution result to the specified .NET type.
| |
Inspect(Point) |
Inspects the given location in the frame and returns the result of inspection.
| |
Inspect(Int32, Int32) |
Inspects the given location in the frame and returns the result of inspection.
| |
IsCommandEnabled |
Indicates if the command with the given command can be executed in the frame.
Some commands can be executed only under certain conditions.
For example, the InsertText(String) command can be executed only if there's a focused text
field in the frame.
| |
LoadUrl(String) |
Navigates the frame to a resource identified by the given url.
| |
LoadUrl(String, TimeSpan) |
Navigates the frame to a resource identified by the given url.
| |
Requests printing of the currently loaded web page in this frame.
| ||
ViewSource |
Opens a popup with the frame's source like the browser does when showing page source.
|
Name | Description | |
---|---|---|
ParseJsonString(String) | Overloaded.
Creates an object that represents the result of parsing the given string in JSON format.
(Defined by JsonExtensions.) | |
ParseJsonStringT(String) | Overloaded.
Creates an object that represents the result of parsing the given string in JSON format.
(Defined by JsonExtensions.) |