C#C
C#9mo ago
SWEETPONY

✅ How to convert controller route name to camel case automatically?

I have this:
[Authorize]
[Route("[controller]")]
public class StreamController 


and controller name in swagger is Stream but should be stream
Was this page helpful?