This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Support Filters for RazorPages #6124
Closed
Description
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