Hi,
I'm porting the old asp.net webform project to asp.net core mvc. The webform page has OnInit method, Load event, Error event. In these event handlers, there're some code logic in it.
I'm new beginner to asp.net core. I do not know to where to place these code.
Please tell me which phase of the asp.net core mvc life cycle that these events correspond to.
Thanks