UserControl.Response プロパティ
アセンブリ: System.Web (system.web.dll 内)

UserControl インスタンスを格納している Page に関連付けられた HttpResponse オブジェクト。

Response プロパティを使用して、ユーザー コントロールが実行されている Web サーバー コンピュータの名前を書き込む例を次に示します。myControl.Response.Write 構文が、myControl.Server.Machinename 構文で取得する情報を表示するようにユーザー コントロールに指示しています。
myControl.Response.Write("<br><b>The server code is running on machine</b> : " + myControl.Server.MachineName) Dim actualServerPath As String = myControl.MapPath(myControl.Request.Path)

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


UserControl クラス
UserControl メンバ
System.Web.UI 名前空間
HttpResponse
Page.Response プロパティ
その他の技術情報
ASP.NET Web アプリケーションのページとアプリケーション コンテキスト
Weblioに収録されているすべての辞書からUserControl.Response プロパティを検索する場合は、下記のリンクをクリックしてください。

- UserControl.Response プロパティのページへのリンク