namespace: Serenity.Services assembly: Serenity.Net.Web
An action result type containing a object
public class Result<TResponse> : ActionResult
parameter | description |
---|---|
TResponse | Response data type |
name | description |
---|---|
Result(…) | Creates a new instance of the class |
ContentEncoding { get; set; } | Content encoding |
ContentType { get; set; } | Content type |
Data { get; set; } | The data |
Formatting { get; set; } | Formatting |
SerializerSettings { get; set; } | JSON serializer settings |
override ExecuteResult(…) |
- Source: Result.cs