Class WrappedJsonDataResults
Inheritance
System.Object
WrappedJsonDataResults
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
Methods
WriteDataToResponse(HttpResponseBase)
Declaration
protected override void WriteDataToResponse(HttpResponseBase response)
Parameters
Type |
Name |
Description |
System.Web.HttpResponseBase |
response |
|
Overrides
Extension Methods