ComplexModelDtoModelBinderProvider Class
Represents a complex model that invokes a model binder provider.
Inheritance Hierarchy
System.Object
System.Web.Http.ModelBinding.ModelBinderProvider
System.Web.Http.ModelBinding.Binders.ComplexModelDtoModelBinderProvider
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class ComplexModelDtoModelBinderProvider _
Inherits ModelBinderProvider
'Usage
Dim instance As ComplexModelDtoModelBinderProvider
public sealed class ComplexModelDtoModelBinderProvider : ModelBinderProvider
public ref class ComplexModelDtoModelBinderProvider sealed : public ModelBinderProvider
[<SealedAttribute>]
type ComplexModelDtoModelBinderProvider =
class
inherit ModelBinderProvider
end
public final class ComplexModelDtoModelBinderProvider extends ModelBinderProvider
The ComplexModelDtoModelBinderProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ComplexModelDtoModelBinderProvider | Initializes a new instance of the ComplexModelDtoModelBinderProvider class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetBinder | Retrieves the associated model binder. (Overrides ModelBinderProvider.GetBinder(HttpConfiguration, Type).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.