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

getHttpEquiv() public method

public getHttpEquiv ( ) : string
return string http-equiv attribute of the meta tag
    public function getHttpEquiv()
    {
        return $this->_httpEquiv;
    }