EmptyResult クラス
定義
ActionResult実行時に何も実行されないを表します。
public ref class EmptyResult : Microsoft::AspNetCore::Mvc::ActionResult
public class EmptyResult : Microsoft.AspNetCore.Mvc.ActionResult
type EmptyResult = class
inherit ActionResult
Public Class EmptyResult
Inherits ActionResult
- 継承
コンストラクター
EmptyResult() |
メソッド
ExecuteResult(ActionContext) |
アクションメソッドの結果操作を同期的に実行します。 このメソッドは、アクションメソッドの結果を処理するために MVC によって呼び出されます。 |
ExecuteResultAsync(ActionContext) |
アクションメソッドの結果操作を非同期的に実行します。 このメソッドは、アクションメソッドの結果を処理するために MVC によって呼び出されます。 このメソッドの既定の実装では、メソッドを呼び出し、 ExecuteResult(ActionContext) 完了したタスクを返します。 (継承元 ActionResult) |