如何从javascript或jqury调用C#函数后面的代码

如何从javascript或jqury调用C#函数后面的代码

本文介绍了如何从javascript或jqury调用C#函数后面的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我的解决方案中有两个项目:演示和CommonControls。



我需要调用CommonControls中的类中定义的函数。但是这个调用必须来自Presentation中定义的javascript函数,它是Presentation项目的常见js文件。



如何实现这一目标?



提前谢谢。

Hi all,

I have two projects in my solution : Presentation and CommonControls.

I need to call a function defined in a class inside CommonControls. But this call has to be from the javascript function defined in Presentation which is a common js file for Presentation project.

How do I achieve this?

Thanks in advance.

推荐答案


这篇关于如何从javascript或jqury调用C#函数后面的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 01:32