The Dumbest Code I Ever Wrote
Here it is, folks: some of the dumbest code I’ve ever written and I just now noticed it.
string.Concat("attachment; filename=\"", string.Concat(pagePdf.Name, ".pdf"), "\"");
Here it is, folks: some of the dumbest code I’ve ever written and I just now noticed it.
string.Concat("attachment; filename=\"", string.Concat(pagePdf.Name, ".pdf"), "\"");
Comments