QR Code generation in ASP.NET MVC [closed]
I wrote a basic HTML helper method to emit the correct <img> tag to take advantage of Google’s API. So, on your page (assuming ASPX view engine) use something like this: <%: Html.QRCodeImage(Request.Url.AbsolutePath) %> <%: Html.QRCodeImage(“Meagre human needs a phone to read QR codes. Ha ha ha.”) %> Or if you want to specify the … Read more