Prado\Web\UI\WebControls\TWizard::getFinishDestinationUrl PHP Method

getFinishDestinationUrl() public method

public getFinishDestinationUrl ( ) : string
return string the URL that the browser will be redirected to if the wizard finishes. Defaults to ''.
    public function getFinishDestinationUrl()
    {
        return $this->getViewState('FinishDestinationUrl', '');
    }
TWizard