HttpPostedFileBaseModelBinder Class
Definition
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.
Binds a model to a posted file.
public class HttpPostedFileBaseModelBinder : System.Web.Mvc.IModelBinder
type HttpPostedFileBaseModelBinder = class
interface IModelBinder
Public Class HttpPostedFileBaseModelBinder
Implements IModelBinder
- Inheritance
-
HttpPostedFileBaseModelBinder
- Implements
Constructors
HttpPostedFileBaseModelBinder() |
Initializes a new instance of the HttpPostedFileBaseModelBinder class. |
Methods
BindModel(ControllerContext, ModelBindingContext) |
Binds the model. |