public class Pagination<T>
ContinuationToken
Count
Items
PageIndex
PageSize
QueryString
TotalCount
TotalPages
string ToString()
ResultBase.
public abstract class ResultBase
public static class ResultFactory
ContentResult CreateContentResult(HttpStatusCode statusCode, string message, string contentType = application/json)
ContentResult CreateContentResultWithProblemDetails(HttpStatusCode statusCode, string message, string contentType = application/json)
ContentResult CreateContentResultWithProblemDetails(HttpStatusCode statusCode, object value, string contentType = application/json)
ContentResult CreateContentResultWithValidationProblemDetails(HttpStatusCode statusCode, string message, string contentType = application/json)
ContentResult CreateContentResultWithValidationProblemDetails(HttpStatusCode statusCode, Dictionary<string, string[]> errors, string message, string contentType = application/json)
FileResult CreateFileContentResult(byte[] bytes, string fileName, string contentType = application/octet-stream)
ProblemDetails CreateProblemDetails(HttpStatusCode statusCode, string message)
ValidationProblemDetails CreateValidationProblemDetails(HttpStatusCode statusCode, Dictionary<string, string[]> errors, string message)
Generated by MarkdownCodeDoc version 1.2