Tagged Questions
0
votes
2answers
543 views
Application_PreRequestHandlerExecute: null HttpContext.Current?
Is it safe to always assume that HttpContext.Current will be non-null in Application_PreRequestHandlerExecute?
EDIT: Assuming ASP.NET webforms (not MVC).