352 B
352 B
layout, title, date, description, categories, tags
| layout | title | date | description | categories | tags | |
|---|---|---|---|---|---|---|
| post | The Dumbest Code I Ever Wrote | 2014-03-21 | 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"), "\"");