Prado\Web\UI\WebControls\TMetaTag::getContent PHP Method

getContent() public method

public getContent ( ) : string
return string content attribute of the meta tag
    public function getContent()
    {
        return $this->_content;
    }