文件名称:C# QRCoder二维码生成
文件大小:260KB
文件格式:ZIP
更新时间:2021-08-19 09:36:41
QRCoder C# XH
//引用类库XH.Common string fileName = Guid.NewGuid().ToString("N") + ".jpg"; string filePath = System.AppDomain.CurrentDomain.BaseDirectory + "QRImg\\" + fileName; QRCoderUtil.GetQRCode("XXXXXX", filePath); //XXXXXX二维码字符串内容,文件本地存储路径 //文件访问Url string QRCodeUrl = "http://" + Request.Url.Authority + "/QRImg/" + fileName;
【文件预览】:
XH.Common
----XH.Common.csproj(3KB)
----packages.config(135B)
----MD5Util.cs(784B)
----Properties()
--------AssemblyInfo.cs(1KB)
----QRCoderUtil.cs(1009B)
----obj()
--------Debug()
----bin()
--------Debug()