alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Make `IFilterContext`s more accessible for controller bases #100

Closed alexnoddings closed 8 months ago

alexnoddings commented 9 months ago

E.g. TyneMinMaxFilterControllerBase's Context should be protected rather than private so that inheritors could implement a more complex min/max/other filter.

alexnoddings commented 8 months ago

Added in 3.2.0-rc.2.