DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / HtmlPage Class / EvaluateExpression<T> Method
The type to deserialize the result to.
Script to be evaluated in browser context.

In This Topic
EvaluateExpression<T> Method
In This Topic
Executes a script in the browser context.
Syntax
'Declaration
 
Public Function EvaluateExpression(Of T)( _
   ByVal script As System.String _
) As T
 

Parameters

script
Script to be evaluated in browser context.

Type Parameters

T
The type to deserialize the result to.

Return Value

Script return value.
See Also