querystring和postbackurl之间的区别 [英] Difference between querystring and postbackurl

查看:61
本文介绍了querystring和postbackurl之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以解释确切的区别以及我们使用其中任何一项时数据的传递方式。

如果可能的话,请附上截图。

提前致谢

Can anyone please explain the exact difference and how the data is passed when we use either of this .
If possible plz attach screenshots.
Thanks in advance

推荐答案

PostBackURL是各种ASP .NET控件的属性,其值用于重定向



QueryString是包含数据的URL部分。



因此差异可以理解为:



PostBackURL可能包含Querystring

但查询字符串只能是PostBackURL的一部分
PostBackURL is the property of various ASP .NET controls and its value is used for redirection

QueryString is the part of URL that contains data.

So the difference can be understood as :

PostBackURL may contain Querystring
but querystring can just be a part of PostBackURL


这篇关于querystring和postbackurl之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆