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.
jquery ajaxを使用してac#メソッドを呼び出しています。
C# メソッドで特定のポイントに達したときに確認ボックスを表示し、確認ボックスの結果をメソッドで利用したいと考えています。これは可能ですか?
ありがとう
これが可能だとは思いません。メソッドを 2 つのメソッドに分割し、それらを次々に呼び出すことができます。このようにして、2 番目のメソッドを呼び出す前に確認ボックスを表示することができます。