IHttpRoute.Handler Property
Gets the message handler that will be the recipient of the request.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
HttpMessageHandler Handler { get; }
property HttpMessageHandler^ Handler {
HttpMessageHandler^ get();
}
abstract Handler : HttpMessageHandler with get
ReadOnly Property Handler As HttpMessageHandler
Property Value
Type: System.Net.Http.HttpMessageHandler
The message handler.
See Also
IHttpRoute Interface
System.Web.Http.Routing Namespace
Return to top