Difference between HttpContext.Request and Request

后端 未结 2 675
悲哀的现实
悲哀的现实 2020-12-05 00:56

What is the difference between the three ASP.NET objects:

  • HttpContext.Current.Request
  • HttpContext.Request
  • Request

Are these ex

2条回答
  •  春和景丽
    2020-12-05 01:45

    They are all the same. There are simply various shortcuts built-into classes you're inheriting from such as Controller and Page.

提交回复
热议问题