AuthorizationContext.Result プロパティ

定義

アクション メソッドが返す結果を取得または設定します。

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

プロパティ値

アクション メソッドによって返される結果。

適用対象