ResultExecutingContext.Result プロパティ

定義

アクションの結果を取得または設定します。

public virtual System.Web.Mvc.ActionResult Result { get; set; }
member this.Result : System.Web.Mvc.ActionResult with get, set
Public Overridable Property Result As ActionResult

プロパティ値

アクションの結果。

適用対象