c# - 通过 php 引用 .Net 函数的最佳方法

标签 c# php .net

任何人都可以告诉我,是否有可能使用 php 访问 .Net 模块

最佳答案

我可以建议的一件事是

step 1 : create web service in .net which is client script enable
         or create one aspx page   
setp 2 : call the web service method or web page using jquery ajax or javascript ajax 

通过这种方式你可以实现你想要的东西

关于c# - 通过 php 引用 .Net 函数的最佳方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2817825/

相关文章:

c# - 在单独的解决方案中调试引用的 DLL

c# - 正则表达式和平衡组

c# - 为什么 File.Open 在覆盖现有文件方面比 File.Create 好得多?

php - SQL INSERT INTO 不起作用

javascript - phantomjs 无法正确显示 Angular 数据

c# - 找不到 ObjectDataSource 的 TypeName 属性中指定的类型

c# - 内容对话框不显示 WINUI3

PHP/PDO 无法绑定(bind) 'TIMESTAMP WITHOUT TIME ZONE' 值

c# - 如何从 CheckedListBox 中获取选中项的值?

c# - 关于 ASP.NET Web API - 异步和等待