aaf1f75aa76c82cf10d0a049d17f32b8acaaa74b
The Localize endpoint in TestLocalizerController now accepts the "key" parameter as a route parameter instead of a query string. The method signature was updated to use [FromRoute], and the route template was modified to include "{key}". This changes the endpoint usage from /localize?key=de_DE to /localize/de_DE.
Description
No description provided
Languages
JavaScript
88.8%
C#
5.9%
Visual Basic .NET
2.7%
HTML
1.2%
CSS
0.9%
Other
0.4%