Prado\Web\TUrlMapping::getUrlPrefix PHP Method

getUrlPrefix() public method

Since: 3.1.1
public getUrlPrefix ( ) : string
return string the part that will be prefixed to the constructed URLs. Defaults to the requested script path (e.g. /path/to/index.php for a URL http://hostname/path/to/index.php)
    public function getUrlPrefix()
    {
        return $this->_urlPrefix;
    }