EmptyResult クラス

定義

何も返さないコントローラー アクション メソッドなど、何も実行されない結果を表します。

public class EmptyResult : System.Web.Mvc.ActionResult
type EmptyResult = class
    inherit ActionResult
Public Class EmptyResult
Inherits ActionResult
継承
EmptyResult

コンストラクター

EmptyResult()

EmptyResult クラスの新しいインスタンスを初期化します。

メソッド

ExecuteResult(ControllerContext)

指定された結果コンテキストを実行します。

適用対象