开发者

Howto implement a Webinterface to a Assembly

开发者 https://www.devze.com 2023-03-12 03:34 出处:网络
I have a assembly and want a Webinterface within this assembly. How would you implement this? IHttpHandler is one way, but its very anoying to write the html output to the Response.

I have a assembly and want a Webinterface within this assembly. How would you implement this? IHttpHandler is one way, but its very anoying to write the html output to the Response. Is there a more ele开发者_如何学JAVAgant way?


You mean like embedding views into an assembly?

0

精彩评论

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