Prado\Web\UI\WebControls\THead::getBaseUrl PHP Method

getBaseUrl() public method

public getBaseUrl ( ) : string
return string base URL of the page. This URL is rendered as the 'href' attribute of tag. Defaults to ''.
    public function getBaseUrl()
    {
        return $this->getViewState('BaseUrl', '');
    }