|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Methods > DownloadContentFile |
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.DownloadContentFile@string@string
ETYPE=Method
Declaration:
Delphi: |
public procedure DownloadContentFile(const aUrl: string; const aSubPath: string); |
C++: |
void public: __fastcall DownloadContentFile(const String aUrl, const String aSubPath); |
Description: Downloads a library file (mostly JavaScript and CSS) from an arbitrary URL address and save it under our own ContentPath (wwwroot) folder. This is used by some controls when debugging, when not using a CDN