Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class JsonDictionaryModelBinder

Inheritance
System.Object
JsonDictionaryModelBinder
Implements
System.Web.Mvc.IModelBinder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Services.Rest
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class JsonDictionaryModelBinder : IModelBinder

Constructors

JsonDictionaryModelBinder(IObjectSerializerFactory)

Declaration
public JsonDictionaryModelBinder(IObjectSerializerFactory serializerFactory)
Parameters
Type Name Description
IObjectSerializerFactory serializerFactory

Methods

BindModel(ControllerContext, ModelBindingContext)

Declaration
public object BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext)
Parameters
Type Name Description
System.Web.Mvc.ControllerContext controllerContext
System.Web.Mvc.ModelBindingContext bindingContext
Returns
Type Description
System.Object

Implements

System.Web.Mvc.IModelBinder

Extension Methods