ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheetRequestModelBinder Class / DeserializeModel Method
The string used to deserialize.
The type of the model.

In This Topic
    DeserializeModel Method (FlexSheetRequestModelBinder)
    In This Topic
    Deserializes the model.
    Syntax
    'Declaration
     
    Protected Overrides Function DeserializeModel( _
       ByVal text As String, _
       ByVal modelType As Type _
    ) As Object
    protected override object DeserializeModel( 
       string text,
       Type modelType
    )

    Parameters

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

    Return Value

    The model.
    See Also