Class FileCollectionModelBinder

Provides binder for the files collection.

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: 8.11.0
Syntax
public class FileCollectionModelBinder : IModelBinder

Constructors

FileCollectionModelBinder()

Declaration
public FileCollectionModelBinder()

Methods

BindModel(ControllerContext, ModelBindingContext)

Binds the model to a value by using the specified controller context and binding context.

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

The controller context.

System.Web.Mvc.ModelBindingContext bindingContext

The binding context.

Returns
Type Description
System.Object

The bound value.

Implements

System.Web.Mvc.IModelBinder