[]
Render image to reponse stream of the current HttpContext.
protected virtual void RenderImage(byte[] image, string imageType, HttpContext context)
Protected Overridable Sub RenderImage(image As Byte(), imageType As String, context As HttpContext)
Type | Name | Description |
---|---|---|
byte[] | image | A byte array of an image which is written to the response output stream. |
string | imageType | A image type string which is used to create the response content type for the image. |
HttpContext | context |