Пример #1
0
 public async Task GetQRCode(string Content)
 {
     var qrcode = QRCode.CreateCodeSimpleBitmap(Content);
     await Response.WriteBodyAsync(qrcode);
 }