Class WrappedJsonDataResults

Reperesents Json data results wrapped in TextArea tag. That wrapping is required if results are used in dojo.io.iframe http://dojotoolkit.org/reference-guide/dojo/io/iframe.html#additional-information

Inheritance
System.Object
WrappedJsonDataResults
Namespace: EPiServer.Shell.Web.Mvc
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public class WrappedJsonDataResults : JsonDataResult

Constructors

WrappedJsonDataResults()

Initializes a new instance of the WrappedJsonDataResults class.

Declaration
public WrappedJsonDataResults()

WrappedJsonDataResults(IObjectSerializer)

Initializes a new instance of the WrappedJsonDataResults class.

Declaration
public WrappedJsonDataResults(IObjectSerializer serializer)
Parameters
Type Name Description
IObjectSerializer serializer

Methods

WriteDataToResponse(HttpResponseBase)

Serializes and writes the Data property value wrapped in TextArea to the response.

Declaration
protected override void WriteDataToResponse(HttpResponseBase response)
Parameters
Type Name Description
System.Web.HttpResponseBase response

The response.

Overrides