Using RazorViewEngine for generating dynamic JSON #53828
Unanswered
vishalputta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a web api which serves dynamic JSON configs.
We have a lot of json configs/templates and some parts of it can change dynamically which I want to handle using c# code.
I am considering using RazorViewEngine as a templating engine for this purpose.
The existing service is asp.net web service and I want to use asp.net mvc's razor pages and engine.
Beta Was this translation helpful? Give feedback.
All reactions