|
| static void | Redirect (string url) |
| | 跳转到指定的Url 更多...
|
| |
| static void | Redirect (string url, string target) |
| | 跳转到指定的Url,Target指定在哪个窗口中跳转(_self,_parent,_top) 更多...
|
| |
| static void | Refresh () |
| | 刷新当前页面 更多...
|
| |
| static void | Refresh (string target) |
| | 刷新指定页面 更多...
|
| |
| static void | RegisterStartupScript (string scriptContent) |
| | 注册页面脚本 更多...
|
| |
| static void | RegisterPreStartupScript (string key, string scriptContent) |
| | 注册页面脚本(在自动生成的脚本之前注册) 更多...
|
| |
| static void | RegisterPreStartupScript (string key, string scriptContent, bool addScriptTag) |
| | 注册页面脚本(在自动生成的脚本之前注册) 更多...
|
| |
| static void | RegisterStartupScript (string key, string scriptContent) |
| | 注册页面脚本(在自动生成的脚本之后注册) 更多...
|
| |
| static void | RegisterStartupScript (string key, string scriptContent, bool addScriptTag) |
| | 注册页面脚本(在自动生成的脚本之后注册) 更多...
|
| |
| static bool | IsFineUIAjaxPostBack () |
| | 是否处于FineUI的AJAX回发过程 更多...
|
| |
| static string | ResolveUrl (Control control, string url) |
| | 获取客户端可用的路径(会自动检测非法字符,参考文档:https://blog.isec.pl/all-is-xss-that-comes-to-the-net/) 更多...
|
| |
| static string | ResolveUrl (Page page, string url) |
| | 获取客户端可用的路径(会自动检测非法字符,参考文档:https://blog.isec.pl/all-is-xss-that-comes-to-the-net/) 更多...
|
| |
| static string | ResolveUrl (string url) |
| | 获取客户端可用的路径(会自动检测非法字符,参考文档:https://blog.isec.pl/all-is-xss-that-comes-to-the-net/) 更多...
|
| |
页面上下文帮助类(静态类),包括向页面注册脚本、刷新当前页面、页面重定向等实用函数