ModelMethodContext::TryUpdateModel<TModel> Method (TModel, IValueProvider^)

.NET Framework (current version)
 

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

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

public:
generic<typename TModel>
where TModel : ref class
virtual bool TryUpdateModel(
	TModel model,
	IValueProvider^ valueProvider
)

Parameters

model
Type: TModel

The model.

valueProvider
Type: System.Web.ModelBinding::IValueProvider^

The value provider.

Return Value

Type: System::Boolean

true if model binding is successful; otherwise, false.

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: