[]
Write the content to the response.
public void WriteContent(string content, string contentType = "text/plain")
Public Sub WriteContent(content As String, Optional contentType As String = "text/plain")
| Type | Name | Description |
|---|---|---|
| string | content | The content |
| string | contentType | The content type |