automatically generate javascript object model from c# object

前端 未结 4 910
南方客
南方客 2021-02-12 14:42

Looking for existing, proven, solutions for quickly generating a client-side javascript object model that represents an existing c# object. I imagine there is a

4条回答
  •  天命终不由人
    2021-02-12 15:01

    I am not sure if I could understand what you are talking about, but if you use Reflection you can obtain data about the C# code to generate information for the javascript object.

提交回复
热议问题