使用自定义路由处理程序时如何执行页面方法?

发布于 2024-11-07 09:11:23 字数 163 浏览 0 评论 0原文

当路径引用实际文件夹结构并指向页面时,这不是问题,即“/Default.aspx/MyMethod”,但是如果“/”显示“Default.aspx”,则“/MyMethod”意味着不同的东西。这有可能吗?

一种可能的解决方案,也可能是更好的解决方案,是使用 Web 服务,这正是我目前正在使用的。

When the path refers to the actual folder structure and points to the page it's not a problem, i.e. "/Default.aspx/MyMethod", however if "/" brings up "Default.aspx", then "/MyMethod" means something different. Is it even possible at all?

A possible solution, and probably a better one, is to use a web service, which is what I'm using at the moment.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

踏月而来 2024-11-14 09:11:23

您可以添加以下内容:

PageMethods.set_path('/yourpage.aspx');

我在这里找到了这个解决方案

You can add the following:

PageMethods.set_path('/yourpage.aspx');

I found this solution here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文