Created a base class where I am trying to add some code to get some cookie data. Wanted to use Initialize, however it appears that is no longer present in MVC6.
Tried:
protectedoverridevoid Initialize(RequestContext rc)
Getting: no suitable method found to override