DeserializeModel Method (ModelBinderBase)
In This Topic
Deserializes the model.
Syntax
'Declaration
Protected MustOverride Function DeserializeModel( _
ByVal As String, _
ByVal As Type _
) As Object
protected abstract object DeserializeModel(
string ,
Type
)
Parameters
- text
- The string used to deserialize.
- modelType
- The type of the model.
Return Value
The model.
See Also