This topic has not yet been rated - Rate this topic

ServicesExtensions.GetHttpControllerSelector Method

Gets the IHttpControllerSelector service.

Namespace:  System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)
'Declaration
<ExtensionAttribute> _
Public Shared Function GetHttpControllerSelector ( _
	services As ServicesContainer _
) As IHttpControllerSelector
'Usage
Dim services As ServicesContainer 
Dim returnValue As IHttpControllerSelector 

returnValue = services.GetHttpControllerSelector()

Parameters

services
Type: System.Web.Http.Controllers.ServicesContainer

The services container.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ServicesContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see http://msdn.microsoft.com/en-us/library/bb384936(v=vs.108).aspx or http://msdn.microsoft.com/en-us/library/bb383977(v=vs.108).aspx.

The IHttpControllerSelector interface is used to select an HttpControllerDescriptor given an HttpRequestMessage.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.