問題タブ [asp.net-mvc-futures]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-mvc - ASP.NET MVC Futures の公式ページはありますか?
プロジェクトにMvc.Futuresを統合する予定ですが、このライブラリの公式ドキュメントが見つかりません。
nuget.org の公式プロジェクト ページは、codeplexの古いasp.netプロジェクト ページを指していますが、Futures に関する情報がどこにあるかはそれほど明確ではありません。
何かが足りないかもしれませんが、誰かが正しい場所へのポインタを教えていただければ幸いです。
ありがとう。
asp.net-mvc-5 - MVC 5 先物で Html.Serialize ヘルパーが見つかりません
Package Manager を使用してソリューションに MVC 5 futures をインストールしましたが、以前の MVC Futures リリースにあったこのヘルパー メソッドHtml.Serializeが見つかりません。
私の質問: MVC 5 Futures で Html.Serialize ヘルパー メソッドの使用を開始するには、どの名前空間を含める必要がありますか?
c# - 非同期コントローラーを使用して厳密に型指定された RedirectToAction (Futures)
このコードがあると、警告が表示されます:Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
await
演算子を追加すると、次のようになります。
Error CS4034 The 'await' operator can only be used within an async lambda expression. Consider marking this lambda expression with the 'async' modifier.
async
このような修飾子を追加すると:
エラーはError CS1989 Async lambda expressions cannot be converted to expression trees
では、非同期コントローラーで強く型付けされた RedirectToAction (MVC Futures を使用しています) を使用するにはどうすればよいでしょうか?
asp.net-mvc-5 - asp.net mvc コントローラー/アクションから実行時に URL を生成する
私はそのようなURLを持っています:
次のような方法が必要です。
razor htmlファイルからではなく、.csクラスから上記のメソッドを呼び出す必要があります。
どうやってやるの?asp.net mvc futures について聞いたことがありますが、そのメソッドを使用するための適切なメソッドまたは名前空間が見つかりません。