次の方法で共有


Controller.Response プロパティ

定義

現在の HTTP 応答の HttpResponseBase オブジェクトを取得します。

public System.Web.HttpResponseBase Response { get; }
member this.Response : System.Web.HttpResponseBase
Public ReadOnly Property Response As HttpResponseBase

プロパティ値

現在の HTTP 応答の HttpResponseBase オブジェクト。

適用対象