C-DEngine 5.105

TheBaseEngine..::..RegisterJSEngine Method

Registers a JavaScript Engine with the HttpService. The JavaScript File must have the same name as returned by "GetEngineName()"

Namespace:  nsCDEngine.Engines
Assembly:  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>)>)>