TSL语言基础 > Object TSL > TSL内置对象使用大全 > TWebResponse对象 > TWebResponse的方法

SendRedirect    

简述

发送重定向。
定义
SendRedirect(URI:String);
参数
名称类型说明
URIString重定向的路径。
相关