This topic has not yet been rated - Rate this topic

ModelBinderAttribute.GetModelBinderProvider Method

Gets the model binder provider.

Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
'Declaration
Public Function GetModelBinderProvider ( _
	configuration As HttpConfiguration _
) As ModelBinderProvider
'Usage
Dim instance As ModelBinderAttribute 
Dim configuration As HttpConfiguration 
Dim returnValue As ModelBinderProvider 

returnValue = instance.GetModelBinderProvider(configuration)

Parameters

configuration
Type: System.Web.Http.HttpConfiguration

The HttpConfiguration configuration object.

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