Friday, May 6, 2011

Can you use JavaScript as embedded resources with Asp.Net MVC?

In Asp.Net with Ajax I can include my Javascript files as embedded resources in my assembly and create references to the embedded scripts using the ScriptManager.

Is there a way to do the same with Asp.Net MVC?

From stackoverflow

0 comments:

Post a Comment