[]
        
(Showing Draft Content)

C1.Web.Mvc.ModelBinderBase.DeserializeModel

DeserializeModel Method

DeserializeModel(string, Type)

Deserializes the model.

Declaration
protected abstract object DeserializeModel(string text, Type modelType)
Parameters
Type Name Description
string text

The string used to deserialize.

Type modelType

The type of the model.

Returns
Type Description
object

The model.