|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Properties > URLBase |
URLBase is the common prefix found while navigating inside a given website is known as the base URL. The URLBase is concatenated with the server's root URL to form the application URL. Example: server URL is www.yourserver.com and application URLBase is /myapp/, the application root url will be http(s)://www.yourserver.com/mypp/
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.URLBase
ETYPE=Property
Declaration:
Delphi: |
published property URLBase: string; |
C++: |
__published: __property String URLBase; |
Description: This is URLBase, a member of class TIWServerControllerBase.