ASP.NET MVC procedure to handle the process request using MHPM events

What is the procedure to handle the process request using MHPM events fired?



The procedure to handle the process request using MHPM events fired is as follows:

-After the creation of HttpApplication the request is handled using three different sections namely HttpModule, Page, and HttpHandler.

-Invoking of different events take place this is according to the customize logic that is defined by the developer.

-HttpModule and HttpHandlers are used to inject the custom logic before and after the page are being processed. HttpHandlers are used to handle the extension based requests.

-HttpHandlers are the main part of the ASPX and it handles the logic that is being given in the processor.



Post your comment