更新:2007 年 11 月
在当前请求的用户已获授权时发生。
Public Event PostAuthorizeRequest As EventHandler
Dim instance As HttpApplication Dim handler As EventHandler AddHandler instance.PostAuthorizeRequest, handler
public event EventHandler PostAuthorizeRequest
public: event EventHandler^ PostAuthorizeRequest { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_PostAuthorizeRequest (EventHandler value) /** @event */ public void remove_PostAuthorizeRequest (EventHandler value)
JScript 不支持事件。
PostAuthorizeRequest 事件发出信号表示 ASP.NET 已对当前请求进行了授权。订阅 PostAuthorizeRequest 事件可确保在处理附加的模块或处理程序之前对请求进行身份验证和授权。
有关如何处理事件的更多信息,请参见使用事件。
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