ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CallbackManager Class / GetDeserializedData<T> Method
The type of the data

In This Topic
    GetDeserializedData<T> Method
    In This Topic
    Get the deserialized data.
    Syntax
    'Declaration
     
    
    Public Function GetDeserializedData(Of T)() As T
    public T GetDeserializedData<T>()

    Type Parameters

    T
    The type of the data

    Return Value

    The data
    See Also