TheBaseEngine..::..RegisterJSEngine Method
Registers a JavaScript Engine with the HttpService.
The JavaScript File must have the same name as returned by "GetEngineName()"
Namespace:
nsCDEngine.EnginesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void RegisterJSEngine( Action<TheRequestData> sinkInterceptHttp )
Public Sub RegisterJSEngine ( _ sinkInterceptHttp As Action(Of TheRequestData) _ )
public: void RegisterJSEngine( Action<TheRequestData^>^ sinkInterceptHttp )
Parameters
- sinkInterceptHttp
- Type: Action<(Of <(<'TheRequestData>)>)>