ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonSerializableHelper Class / GetJsonData Method

In This Topic
    GetJsonData Method
    In This Topic
    Get JSON data.
    Syntax
    'Declaration
     
    Public Function GetJsonData( _
       ByVal postCollection As System.Collections.Specialized.NameValueCollection _
    ) As System.Collections.Hashtable
    public System.Collections.Hashtable GetJsonData( 
       System.Collections.Specialized.NameValueCollection postCollection
    )

    Parameters

    postCollection
    See Also