Prado\Web\UI\TForm::getEnctype PHP Метод

getEnctype() публичный Метод

public getEnctype ( ) : string
Результат string the encoding type a browser uses to post data back to the server
    public function getEnctype()
    {
        return $this->getViewState('Enctype', '');
    }