© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
11mo ago
•
18 replies
SWEETPONY
✅ How to convert controller route name to camel case automatically?
I have this
:
[Authorize]
[Route("[controller]")]
public class StreamController
[Authorize]
[Route("[controller]")]
public class StreamController
and controller name in swagger is Stream but should be stream
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ How to specify camel case for all response properties with Newtonsoft
C
C# / help
16mo ago
How can I make FluentValidation return errors in camel case??
C
C# / help
15mo ago
❔ Convert relative URI string to route
C
C# / help
4y ago
✅ Serialized enum starts with uppercase / camel case is ignored
C
C# / help
13mo ago