开发者

Is there anything like java servlet in asp.net

开发者 https://www.devze.com 2023-02-07 11:20 出处:网络
I am from Java background just started开发者_StackOverflow with asp.net mvc. I am wondering is there anything in ASP.NET that corresponds to servlet and anything matching request and response object.

I am from Java background just started开发者_StackOverflow with asp.net mvc. I am wondering is there anything in ASP.NET that corresponds to servlet and anything matching request and response object.

Any link will be appreciated.

Regards,

Deepak


From MSDN: http://msdn.microsoft.com/en-us/library/aa478987.aspx

there are two ways to replace servlet functionality in ASP.NET: using a codebehind for an ASP.NET page with no HTML, or creating an HttpHandler.

0

精彩评论

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