Talk:HTTP handler
Appearance
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
WikiProject Technology|class=stub}}
Mistake:
[edit]Unlike ASP.NET Pages, they have no HTML-markup file, no events and other supporting.
Above sentence is wrong because All ASP.NET pages are also HTTP handlers only. All ASP.NET Page class should inherit System.Web.UI.Page which in turn implement the IHTTPHandler interface
Unlike pages, that have ".aspx" file extension, ASP.NET handlers by default have ".ashx" file extension.
Here mistake is In ASP.NET there are four inbuilt HTTP handlers. ".ashx" file extension is for Generic Web handler which is once of the four inbuilt HTTP handlers[1]. And you can create custom HTTP handler to have whatever file extension.
Basically HTTP handlers are process running in the .net environment which is defined as class.
Cangaran (talk) 14:12, 28 September 2015 (UTC)
References
Categories:
- Start-Class Microsoft articles
- Low-importance Microsoft articles
- Start-Class .NET articles
- Low-importance .NET articles
- WikiProject .NET articles
- Start-Class Microsoft Windows articles
- Low-importance Microsoft Windows articles
- WikiProject Microsoft Windows articles
- WikiProject Microsoft articles
- Start-Class Internet articles
- Mid-importance Internet articles
- WikiProject Internet articles
- Start-Class Computing articles
- Low-importance Computing articles
- Start-Class software articles
- Unknown-importance software articles
- Start-Class software articles of Unknown-importance
- All Software articles
- All Computing articles
- Start-Class Computer science articles
- Mid-importance Computer science articles
- WikiProject Computer science articles
- Start-Class Technology articles
- WikiProject Technology articles