ModelMethodContext Methods
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryUpdateModel(Of TModel)(TModel) | Updates the specified model instance using values from a value provider. |
![]() | TryUpdateModel(Of TModel)(TModel, IValueProvider) | Updates the specified model instance using values from the specified value provider. |
![]() | UpdateModel(Of TModel)(TModel) | Updates the specified model instance using values from a value provider. |
![]() | UpdateModel(Of TModel)(TModel, IValueProvider) | Updates the specified model instance using values from the specified value provider. |
Show:

