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 want to put a middleware before rendering this partial view. is this possible?
The text was updated successfully, but these errors were encountered:
muratcakir
changed the title
is it possible to put a middleware between rendering partial view?
Is it possible to put a middleware between rendering partial view?
Jun 2, 2023
What do you mean by middleware? I assume you mean some HTML snippet, another partial or view component, right? If so, you need to declare a widget zone where you can inject content into:
<zonename="my_zone_name" />
You can inject content by using IWidgetProvider from anywhere you like (it is a scoped dependency):
I want to put a middleware before rendering this partial view. is this possible?
The text was updated successfully, but these errors were encountered: