DioDocs for PDF
EvaluateExpression<T> メソッド

GrapeCity.Documents.Html > GrapeCity.Documents.Html 名前空間 > HtmlPage クラス : EvaluateExpression<T> メソッド
The type to deserialize the result to.
Script to be evaluated in browser context.
Executes a script in the browser context.
シンタックス
'宣言
 
Public Function EvaluateExpression(Of T)( _
   ByVal script As System.String _
) As T
public T EvaluateExpression<T>( 
   System.string script
)

パラメータ

script
Script to be evaluated in browser context.

型パラメータ

T
The type to deserialize the result to.

戻り値の型

Script return value.
参照

HtmlPage クラス
HtmlPage メンバ