Lars Wilhelmsen

Microsoft Connected Systems MVP

Skip to: Content | Sidebar | Footer

Category: WebHttpBinding

Serve PDF as inline attachments – WCF REST style

9 July, 2008 (20:05) | .NET, REST, WCF, WebHttpBinding | By: larsw

Some time ago, a user with the nickname refaeldakar asked in the WCF/MSDN forum how he could serve PDFs with the WebHttpBinding so that where shown as inline attachments in the web browser. I wrote a small test application that did what he asked for. The trick here is to add an extra HTTP header [...]