C1.Web.Mvc Namespace / ModelBinderBase Class / DeserializeModel Method
The string used to deserialize.
The type of the model.

In This Topic
DeserializeModel Method (ModelBinderBase)
In This Topic
Deserializes the model.
Syntax
'Declaration
 
Protected MustOverride Function DeserializeModel( _
   ByVal text As String, _
   ByVal modelType As Type _
) As Object
 

Parameters

text
The string used to deserialize.
modelType
The type of the model.

Return Value

The model.
See Also