Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パスが実際のフォルダー構造を参照し、ページを指している場合、つまり「/Default.aspx/MyMethod」は問題ありませんが、「/」が「Default.aspx」を表示する場合、「/MyMethod」は別のものを意味します。 . それはまったく可能ですか?
可能な解決策、そしておそらくより良い解決策は、私が現在使用しているものである Web サービスを使用することです。
以下を追加できます。
PageMethods.set_path('/yourpage.aspx');
私はここでこの解決策を見つけました