Prado\Web\UI\TForm::getEnctype PHP Method

getEnctype() public method

public getEnctype ( ) : string
return string the encoding type a browser uses to post data back to the server
    public function getEnctype()
    {
        return $this->getViewState('Enctype', '');
    }