FormsAuthenticationEventArgs.Context プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
現在の HTTP 要求に対する HttpContext オブジェクトを取得します。
名前空間: System.Web.Security
アセンブリ: System.Web (system.web.dll 内)
構文
Public ReadOnly Property Context As HttpContext
Dim instance As FormsAuthenticationEventArgs Dim value As HttpContext
value = instance.Context
public HttpContext Context { get; }
public: property HttpContext^ Context { HttpContext^ get (); }
/** @property */ public HttpContext get_Context ()
public function get Context () : HttpContext
プロパティ値
現在の HTTP 要求に対する HttpContext オブジェクト。
HttpContext は、現在の要求に対する Request、Response、および User の各オブジェクトへのアクセスを提供します。
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
FormsAuthenticationEventArgs クラス
FormsAuthenticationEventArgs メンバ
System.Web.Security 名前空間
その他の技術情報
フォーム認証プロバイダ