ModelMethodContext.UpdateModel<'TModel> Method ('TModel)

.NET Framework (current version)
 

Updates the specified model instance using values from a value provider.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

abstract UpdateModel<'TModel when 'TModel : not struct> : 
        model:'TModel -> unit
override UpdateModel<'TModel when 'TModel : not struct> : 
        model:'TModel -> unit

Parameters

model
Type: TModel

The model.

Type Parameters

TModel

The type of the model.

For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.

.NET Framework
Available since 4.5
Return to top
Show: