[]
Callback manager.
public sealed class 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(string, string) | Write the content to the response. |
| WriteJson(object) | Write data as json to the response. |