HttpResponseEx.serveData

Utility function to serve HTML.

  1. HttpResponseEx serveData(string data, string contentType)
    class HttpResponseEx
    serveData
    (
    string data
    ,
    string contentType = "text/html; charset=utf-8"
    )
  2. HttpResponseEx serveData(DataVec data, string contentType)
  3. HttpResponseEx serveData(Data data, string contentType)

Meta