GetCurrentCallbackData<T> Method
In This Topic
Get the deserialized data from the request.
Syntax
'Declaration
Public Shared Function GetCurrentCallbackData(Of )() As
public static GetCurrentCallbackData<>()
Type Parameters
- T
Return Value
The deserialized data
See Also