开发者

Feature beginning with "w" which allows javascript to access WCF/ASMX services?

开发者 https://www.devze.com 2022-12-24 01:46 出处:网络
There is a term beginning with \"w\" which is an ASP.NET feature meaning javascript can access W开发者_开发百科CF/ASMX services. It is not the webmethod or webservice attributes and it is just like sc

There is a term beginning with "w" which is an ASP.NET feature meaning javascript can access W开发者_开发百科CF/ASMX services. It is not the webmethod or webservice attributes and it is just like scripthandlerfactory.

Any idea what this term is?


What about ... WebScriptServiceHostFactory?
As in System.ServiceModel.Activation.WebScriptServiceHostFactory

If it found on these pages:
http://dotnetbyexample.blogspot.com/2008/02/calling-wcf-service-from-javascript.html
http://peterkellner.net/2008/09/14/wcf-web-service-json-vs2008/

0

精彩评论

暂无评论...
验证码 换一张
取 消