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.
Postでビューをレンダリングした後、ビュー内でRenderActionを呼び出すと、Postメソッドが呼び出されます。Postの代わりにGetメソッドを呼び出すように指定する方法はありますか?
発生する個別のリクエストではないため、既存のリクエストコンテキストを使用します。アクションを名前で区別し、ChildActionOnly属性を使用して、そのアクションをRenderAction経由でのみ使用可能としてマークすることができます。