© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#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# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ How to specify camel case for all response properties with Newtonsoft
C#CC# / help
16mo ago
How can I make FluentValidation return errors in camel case??
C#CC# / help
15mo ago
❔ Convert relative URI string to route
C#CC# / help
4y ago
✅ Serialized enum starts with uppercase / camel case is ignored
C#CC# / help
13mo ago