在利用C#搭建WAP平台的时候,开发变得很容易,用户可以通过IE访问,也可通过手机访问,系统自动给出相应的html 代码或者wml 代码,在WAP的页面里面,通常使用这个语句进行页面转向.

C# 开发WAP的时候,WAP 的页面转向.            MobilePage mp = new MobilePage();
C# 开发WAP的时候,WAP 的页面转向.            
string strKeys =sysMethods.StrRequest(this.TextBox1.Text.Trim());
C# 开发WAP的时候,WAP 的页面转向.            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
相关资源
相似解决方案