Right now filters are not executed for Razor Pages. I use filters to inject HTML content in the views based on external rules. Examples: - Widgets based on the current context (User, url, time of day) independently from the view - Inject static resources like Scripts, Styles in the Layout based on the components that are executed during the page rendering
Right now filters are not executed for Razor Pages.
I use filters to inject HTML content in the views based on external rules.
Examples: