T4 generated JavaScript constructor from a .Net Type -


sometimes may need generate javascript constructor in order apply strong typing/intellisense in javascript in javascript developer tool. possible generate javascript constructor function normal .net type using t4? there utility class this? thanks!

there's no utility class, , if types in different assembly t4 make easier.

you have use system.reflection or envdte in cases.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -