Show / Hide Table of Contents

Class BulkExecuteJavascriptAsync

Inheritance
System.Object
BulkExecuteJavascriptAsync
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenSilver
Assembly: OpenSilver.dll
Syntax
public class BulkExecuteJavascriptAsync

Constructors

| Improve this Doc View Source

BulkExecuteJavascriptAsync()

Declaration
public BulkExecuteJavascriptAsync()

Methods

| Improve this Doc View Source

AddJavascript(String)

Declaration
public void AddJavascript(string javascript)
Parameters
Type Name Description
System.String javascript
| Improve this Doc View Source

AddJavascript(String, Object[])

Declaration
public void AddJavascript(string javascript, params object[] variables)
Parameters
Type Name Description
System.String javascript
System.Object[] variables
| Improve this Doc View Source

AddJavascriptAsync(String)

Declaration
public IDisposable AddJavascriptAsync(string javascript)
Parameters
Type Name Description
System.String javascript
Returns
Type Description
System.IDisposable
| Improve this Doc View Source

AddJavascriptAsync(String, Object[])

Declaration
public IDisposable AddJavascriptAsync(string javascript, params object[] variables)
Parameters
Type Name Description
System.String javascript
System.Object[] variables
Returns
Type Description
System.IDisposable
| Improve this Doc View Source

ExecuteAndDispose()

Declaration
public async Task ExecuteAndDispose()
Returns
Type Description
System.Threading.Tasks.Task
| Improve this Doc View Source

ExecuteAndDisposeAsync()

Declaration
public async Task ExecuteAndDisposeAsync()
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source