Share via


ModelBinderProviders Class

 

Provides a container for model binder providers for the application.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.ModelBinding.ModelBinderProviders

Syntax

public static class ModelBinderProviders
public ref class ModelBinderProviders abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ModelBinderProviders = class end
Public NotInheritable Class ModelBinderProviders

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static Providers

Gets the model binder providers for the application.

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.

See Also

Microsoft.Web.Mvc.ModelBinding Namespace

Return to top