Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class WrappedJsonDataResults

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

Constructors

WrappedJsonDataResults()

Declaration
public WrappedJsonDataResults()

WrappedJsonDataResults(IObjectSerializer)

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

Methods

WriteDataToResponse(HttpResponseBase)

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

Extension Methods