WebViewLongRunningScriptDetectedEventArgs.ExecutionTime 属性

定义

获取 WebView 控件执行长时间运行的脚本的毫秒数。

public:
 property TimeSpan ExecutionTime { TimeSpan get(); };
TimeSpan ExecutionTime();
public System.TimeSpan ExecutionTime { get; }
var timeSpan = webViewLongRunningScriptDetectedEventArgs.executionTime;
Public ReadOnly Property ExecutionTime As TimeSpan

属性值

脚本运行的毫秒数。

注解

如果脚本在 5 秒后仍在运行,应用将挂起。 若要停止脚本,请将 StopPageScriptExecution 属性设置为 true。 停止的脚本在 WebView 的生存期内不会恢复。

适用于

另请参阅