HttpResponseEx.serveData

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HttpResponseEx serveData(string data, string contentType)
    class HttpResponseEx
    serveData
    (
    string data
    ,
    string contentType = "text/html; charset=utf-8"
    )
  2. HttpResponseEx serveData(Data[] data, string contentType)
  3. HttpResponseEx serveData(Data data, string contentType)

Meta