JsonValueProviderFactory Class
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.
C#
public sealed class JsonValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type JsonValueProviderFactory = class
inherit ValueProviderFactory
Public NotInheritable Class JsonValueProviderFactory
Inherits ValueProviderFactory
- Inheritance
Json |
Initializes a new instance of the JsonValueProviderFactory class. |
Get |
Returns a JSON value-provider object for the specified controller context. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |