URL Shell Properties

URL property accessors are defined when there is a current URL.

Shell.Params()

Dictionary (input). Provides values sent in the URL as name-value pairs.

Shell.URLProtocol()

string (input). Returns http or https.

Shell.URLServer()

string (input). Returns the server name for the current URL.

Shell.URLPort()

string (input). Returns the TCP/IP port for the current URL (often omitted, defaults to 80 ).

Shell.URLPath()

string (input). Returns /tmtrack/tmtrack.dll.

Shell.URLQuery()

string (input). Returns ScriptPage&ScriptName=myScript.

Related Topics

Shell Property Descriptions

Shell Properties by Context