Skip to content

Commit 348661c

Browse files
committed
Add text to screenshot indicating it links to a live example.
1 parent 94c91bb commit 348661c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/ServiceStack.Northwind/ServiceStack.Northwind/vcard-format.htm

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,23 +154,28 @@ <h1>Specific Media Types vs Data Formats</h1>
154154
<p>
155155
It's not given as much prominence as ServiceStack's other formats simply because supporting specific media types
156156
require more development effort to implement and are unlike other built-in ServiceStack generic formats
157-
(JSON, XML, CSV, JSV, HTML, SOAP) that all your services can immediately take advantage of without any extra effort.
157+
(JSON, XML, CSV, JSV, HTML, SOAP) that all your services can immediately take advantage of <b>without any extra effort</b>.
158158
</p>
159159

160160
<p>
161-
Although when you need to, adding Custom Media Types in Service Stack is easy where with just 1 Line of Code you
161+
Although when you need to, adding Custom Media Types in Service Stack is easy where with just <b>1 Line of Code</b> you
162162
can register your format and have it is immediately availble in ServiceStack's REST pipeline and auto-generated
163163
<a href="metadata">/metadata</a> pages.
164164
</p>
165165

166166
<h2>Custom media types - VCard</h2>
167167
<p>
168-
Although when your clients have built-in support for a specific media-type it can allow richer functionality and
168+
At times when your clients have built-in support for a specific media-type it can allow richer functionality and
169169
a deeper integration into users applications than what would otherwise be possible. An example of this is
170170
allowing users to import contact information directly into Outlook by providing contact information
171171
in the <a href="http://en.wikipedia.org/wiki/VCard">VCard Format</a> which they can download off a contact directory search.
172172
</p>
173173

174+
<p>
175+
Below is a live example of what is possible which utilizes data returned from Northwinds <b>Customer</b> web services that
176+
allows for the unusual relationship of allowing a MONO web server deep access into your Windows Outlook client :)
177+
</p>
178+
174179
<a href="customers/ALFKI?format=x-vcard"><img src="img/vcard-ALFKI.png" alt="Maria Anders VCard" style="margin:10px;" /></a>
175180

176181
<h3>Supporting the VCard Format in ServiceStack</h3>

0 commit comments

Comments
 (0)