DeserializeModel Method (ModelBinderBase)
Deserializes the model.
'Declaration
Protected MustOverride Function DeserializeModel( _
ByVal As String, _
ByVal As Type _
) As Object
Parameters
- text
- The string used to deserialize.
- modelType
- The type of the model.
Return Value
The model.