Пример #1
0
 public static void SetContentType(this IResponseWriter res, string contentType)
 {
     res.SetHeader(KnwonHeaders.ContentType, contentType);
 }