Wondering if anyone has attempted to use Matrix URI's with ASP.NET Core?
We're building an Angular front-end that uses their version called Route Parameters
. The front-end will need to make a similar call to our back-end and it's build on ASP.NET Core. However I'm not really able to locate any information about it in Microsoft's routing docs. Perhaps Microsoft is calling it by a different name, like Angular does.
Matrix URI looks like: http://some.url.com;foo=bar;baz=bing
There are a couple of good answers that talk about what they are, I just can't seem to find anything related to ASP.NET Core.
- Navigating back to the list component have to scroll down to the bottom of the section, just before 'Route parameters in the ActivatedRoute service'.
- Angular2 with matrix url notation
- URL matrix parameters vs. request parameters
Any information/advice on implementing matrix URI in an ASP.NET Core API would be greatly appreciated. Thanks.