Hi,
Is there a way to get engine from the Context? I have some middleware where I want to call HandleContext to do a redirect.
-Tomas
Comment From: eqsdxr
Hi, I guess you can only store a reference to it in the Context if you want to access it from there. As an alternative, you can use a global variable.