更新:2007 年 11 月
命名空间:
System.Web 程序集:
System.Web(在 System.Web.dll 中)
Public Event PostAuthenticateRequest As EventHandler
Dim instance As HttpApplication
Dim handler As EventHandler
AddHandler instance.PostAuthenticateRequest, handler
public event EventHandler PostAuthenticateRequest
public:
event EventHandler^ PostAuthenticateRequest {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
public void add_PostAuthenticateRequest (EventHandler value)
/** @event */
public void remove_PostAuthenticateRequest (EventHandler value)
PostAuthenticateRequest 事件在 AuthenticateRequest 事件发生之后引发。预订 PostAuthenticateRequest 事件的功能可以访问由 PostAuthenticateRequest 处理的任何数据。
有关如何处理事件的更多信息,请参见使用事件。
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
.NET Framework
受以下版本支持:3.5、3.0、2.0
参考