Is it safe to always assume that HttpContext.Current will be non-null in Application_PreRequestHandlerExecute?
EDIT: Assuming ASP.NET webforms (not MVC).
|
Is it safe to always assume that HttpContext.Current will be non-null in Application_PreRequestHandlerExecute? EDIT: Assuming ASP.NET webforms (not MVC).
| |||
|
feedback
|
|
Yes, unless you're running the code outside of the asp.net pipeline (in unit tests or some such). The | |||
|
feedback
|