This method is called immediately after a Response is returned from the web server.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- response
- Type: Facilita.Web Response
The response that has just arrived from the web server.
Remarks
Override this method to modify every response (or a selection of responses based on criteria) after they are returned by the web server.
See Also