wwProcess::WebResource
Generic output method can be used to serve embedded resources like related image, css, javascript or other files through the application
This routine can be called with a URL like this:
/wconnect/WebResource.wwd?Resource=WcPowerLogo
where .wwd is the extension of your scriptmap. You can also access the resource like this:
/wconnect/wc.dll?MyProcessWebResource&Resource=WcPowerLogo
Resources can be of any type and can be added to the server at any time via the wwServer::AddResource(). This functionality is very useful for including related files of your application as part of the EXE rather than including the files externally in the Web directory. To use:
-
* You add Resources typically in Server::OnLoad()
* When you need a resource you link to the WebResource.wc url to retrieve it with the Resource= key to identify the resource
Note that you can use wwProcess::GetWebResourceUrl to get a URL returned in the current application that can be used to retrieve a resource.
o.WebResource()
See also
Class wwProcesswwServer::AddResource
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic