Is it possible to create an asp.net generic handler (.ashx) Follow
Answered
Hi,
Is it possible to create an asp.net generic handler in Rider? And if how to do it.
Best,
Nikolaj
Please sign in to leave a comment.
Hi!
Thanks for the feedback.
I have added an issue to add file template. https://youtrack.jetbrains.com/issue/RIDER-9679
For now only manual adding files and content is possible.
1. Add->New->File "YourName.ashx"
1.1 Paste code inside
2. Add->New->File "YourName.ashx.cs"
2.1. Paste code inside
3. Edit csproj via pressing F4 on project in Solution explorer
3.1. Change
to
Thanks Ivan,
Hope to ser the template type in Rider in the near future.
/Nikolaj