C1.Web.Mvc Namespace : CallbackManager Class |
The following tables list the members exposed by CallbackManager.
Name | Description | |
---|---|---|
CurrentIsCallback | Gets if current request is callback. |
Name | Description | |
---|---|---|
GetCurrentCallbackData<T> | Get the deserialized data from the request. | |
GetDeserializedData<T> | Get the deserialized data. | |
GetRequestTextData | Get the text data from the request. | |
WriteContent | Write the content to the response. | |
WriteJson | Write data as json to the response. |