JsonValueProviderFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables action methods to send and receive JSON-formatted text and to model-bind the JSON text to parameters of action methods.
public sealed class JsonValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type JsonValueProviderFactory = class
inherit ValueProviderFactory
Public NotInheritable Class JsonValueProviderFactory
Inherits ValueProviderFactory
- Inheritance
Constructors
JsonValueProviderFactory() |
Initializes a new instance of the JsonValueProviderFactory class. |
Methods
GetValueProvider(ControllerContext) |
Returns a JSON value-provider object for the specified controller context. |