Websydian v6.1 online documentationOnline documentation - Websydian v6.1

URLStringToURLStructure

Scoped name

WSYBASE/StringFunctions.WebServer.URLStringToURLStructure

WSYBASE/StringFunctions.Server.URLStringToURLStructure

Interface

Field Variable ...as Description
URLString Input Input The URL string to be broken down
URLStructure.Protocol Output Output The protocol of the URL
URLStructure.HostName Output Output The hostname of the URL
URLStructure.Port Output Output The port of the URL string
URLStructure.Path Output Output The path part of the URL string

Description

Break down a URL string to its components.