ModelMethodContext::UpdateModel Method
.NET Framework (current version)
Updates the specified model instance using values from a value provider.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | UpdateModel<TModel>(TModel) | Updates the specified model instance using values from a value provider. |
![]() | UpdateModel<TModel>(TModel, IValueProvider^) | Updates the specified model instance using values from the specified value provider. |
For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.
Show:
