Document Solutions for Imaging
DS.Documents.Html / 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
    public T EvaluateExpression<T>( 
       System.string script
    )

    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