✅ How to convert controller route name to camel case automatically?
I have this:
and controller name in swagger is Stream but should be stream
4 Replies
it's not possible like that
not within that attribute
you have to type it like that manually for each class
or extend the framework, probably with a controller filter to be able to configure controller metadata
if you just want it for swagger, you need to dynamically parse routes, it's going to be a total mess, I don't recommend
Unknown User•3d ago
Message Not Public
Sign In & Join Server To View
idk why asp doesn’t have this behavior by default.. but ok
Thanks
Unknown User•3d ago
Message Not Public
Sign In & Join Server To View