Class FileCollectionModelBinder

Inheritance
System.Object
FileCollectionModelBinder
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.Web.Mvc
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class FileCollectionModelBinder : IModelBinder

Constructors

FileCollectionModelBinder()

Declaration
public FileCollectionModelBinder()

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