[]
        
(Showing Draft Content)

C1.Web.Mvc.CallbackManager

CallbackManager Class

Callback manager.

Inheritance
CallbackManager
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public sealed class CallbackManager

Properties

Name Description
CurrentIsCallback

Gets if current request is callback.

Methods

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.