InterviewSolution
Saved Bookmarks
| 1. |
What is the use of DelegatingHandler? |
|
Answer» DelegatingHandler is used to DEVELOP a custom Server-Side HTTP MESSAGE Handler in ASP.NET Web API. It is used to represent Message Handlers before routing in Web API. |
|