JsonValueProviderFactory Class
Enables action methods to send and receive JSON-formatted text and to model-bind the JSON text to parameters of action methods.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | JsonValueProviderFactory() | Initializes a new instance of the JsonValueProviderFactory class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValueProvider(ControllerContext) | Returns a JSON value-provider object for the specified controller context.(Overrides ValueProviderFactory.GetValueProvider(ControllerContext).) |
![]() | ToString() | (Inherited from Object.) |
The JSON value provider runs before model binding and serializes request data into a dictionary. The dictionary data is then passed to the model binder.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=fsharp)