Identify the single term that describes the model used for request handling in ASP.NET.
Explanation
ASP.NET processes requests using the Pipeline model, which allows a series of components to handle the request sequentially.
ASP.NET processes requests using the Pipeline model, which allows a series of components to handle the request sequentially.