| Create(content, contentType, status, headers)Create(content, contentType, status, headers)Create(content, contentType, status, headers)Create(content, contentType, status, headers, buffered)Css(content, status, headers)Css(content, status, headers)Css(content, status, headers)Css(content, status, headers, buffered)File(filePath, contentType, maxAge, ifModifiedSince)Html(content, status, headers)Html(content, status, headers)Html(content, status, headers)Html(content, status, headers, buffered)Html(content, status, headers, buffered)Json(content, status, headers)PlainText(content, status, headers, buffered)
Legend | Class Struct Enum Interface Delegate | Constructor Method Property Event Field | 
 | Static method: HttpResponseContent Json(JsonValue, HttpStatusCode, HttpResponseHeaders)Declarationpublic static HttpResponseContent Json(
    JsonValue content,
    HttpStatusCode status = HttpStatusCode._200_OK,
    HttpResponseHeaders headers = null
)Summary
                Returns the specified content to the client with the MIME type “application/json; charset=utf-8”. Parameters |