在利用C#搭建WAP平台的时候,开发变得很容易,用户可以通过IE访问,也可通过手机访问,系统自动给出相应的html 代码或者wml 代码,在WAP的页面里面,通常使用这个语句进行页面转向.
MobilePage mp = new MobilePage();
string strKeys =sysMethods.StrRequest(this.TextBox1.Text.Trim());
mp.RedirectToMobilePage("search.aspx?keys="+strKeys);
在WEB 里面,继续可以使用 Response.Redirect("search.aspx") 转向.
相关文章:
-
2022-12-23
-
2021-12-08
-
2021-06-27
-
2022-12-23
-
2022-12-23
-
2021-06-15
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2022-12-23
-
2022-02-04
-
2021-07-26
-
2022-12-23
-
2021-10-08
-
2021-09-09
-
2021-09-09
相关资源
-
下载
2021-06-06
-
下载
2023-02-10
-
下载
2022-12-25