ClearScript

This amazing extension to Wisej.NET adds full support for server-side scripting using either VBScript, JScript or the latest Google V8 JavaScript engine. Scripts can access any object or class in the application and can attach to events fired by Wisej controls. Refer to Microsoft’s ClearScript Referencearrow-up-right for the ClearScript reference.

ClearScript Source Code

How to Use

The ClearScript extension can be added to a Wisej.NET project using NuGet Package Manager.

  • Initialize engine with Wisej.Ext.ClearScript.ClearScript.Create (<Type<)

This ClearScript extension supports the following Script EngineTypes:

  • V8. Google V8 JavaScript.

  • JScript. JavaScript.

  • VBScript. VB Script.

Sample initialization:

Allows you to reference objects in your App from the Script:

circle-info

Find more information in our ClearScript example in C#arrow-up-right or in VB.NETarrow-up-right.

circle-info

Watch a video about ClearScript onlinearrow-up-right.

Last updated

Was this helpful?