Executes a script in the browser context.
シンタックス
'宣言
Public Function EvaluateExpression(Of )( _
ByVal As System.String _
) As
public EvaluateExpression<>(
System.string
)
パラメータ
- script
- Script to be evaluated in browser context.
型パラメータ
- T
- The type to deserialize the result to.
戻り値の型
Script return value.
参照