[]
Executes a script in the browser context.
public T EvaluateExpression<T>(string script)
Public Function EvaluateExpression(Of T)(script As String) As T
| Type | Name | Description |
|---|---|---|
| string | script | Script to be evaluated in browser context. |
| Type | Description |
|---|---|
| T | Script return value. |
| Name | Description |
|---|---|
| T | The type to deserialize the result to. |