You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to override PageModel.OnPageHandlerExecutionAsync on a page to do some initialization of the model, but I want page filters to run first, so that if they would end up short-circuiting the handler execution, the compute time spent initializing the model would not have been a waste. Is there any way to do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to override
PageModel.OnPageHandlerExecutionAsync
on a page to do some initialization of the model, but I want page filters to run first, so that if they would end up short-circuiting the handler execution, the compute time spent initializing the model would not have been a waste. Is there any way to do this?Beta Was this translation helpful? Give feedback.
All reactions