IFrame Methods |
The IFrame type exposes the following members.
Name | Description | |
---|---|---|
CreateJsArrayT |
Creates a new IJsArray and copies the contents of the IEnumerableT to it.
| |
CreateJsArrayBuffer |
Creates a new IJsArrayBuffer and copies the contents of the byte array to it.
| |
CreateJsMapTKey, TValue(IDictionaryTKey, TValue) |
Creates a new IJsMap and copies the contents of the IDictionaryTKey, TValue to it.
| |
CreateJsMapTKey, TValue(IReadOnlyDictionaryTKey, TValue) |
Creates a new IJsMap and copies the contents of the IReadOnlyDictionaryTKey, TValue
to it.
| |
CreateJsSetT |
Creates a new IJsSet and copies the contents of the IEnumerableT to it.
| |
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.) |