简体   繁体   中英

Is there some library to help me to write Javascript code in C#?

I'm looking for something to help me to write C# code that would be automatically converted to javascript. The advantage would be code-completion and type-safety.

Some features that I'm looking for are the following:

  • Auto creation of prototype equivalents to C# classes.
  • Auto generation of javascript code based on C# code (property settings, method calls...)
  • Exposition of Javascript types such as Window, Document and etc.

Is there something like that out there?

你正在寻找脚本#

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM