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

Expose URL persistence formatting #93

Closed alexnoddings closed 9 months ago

alexnoddings commented 9 months ago

The URL persistence service handles getting/setting values from the URL, but it does so through through private methods [1] [2]

These should be made public so that formatted page URLs could be calculated (e.g. a link to a search page with pre-configured values)

alexnoddings commented 9 months ago

Adding in v3.2.0-rc.1

alexnoddings commented 9 months ago

Added in v3.2.0-rc.1