Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class XFormPostModelBinder

Binder for XFormPost

Inheritance
System.Object
XFormPostModelBinder
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.Web.Mvc.XForms
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class XFormPostModelBinder : IModelBinder

Constructors

XFormPostModelBinder()

Declaration
public XFormPostModelBinder()

Methods

BindModel(ControllerContext, ModelBindingContext)

Binds posted data to a XFormPostedData object

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

ControllerContext

System.Web.Mvc.ModelBindingContext bindingContext

ModelBindingContext

Returns
Type Description
System.Object

XFormPost object containing posted data

Implements

System.Web.Mvc.IModelBinder

Extension Methods