1
//-----------------------------------------------------------------------
2 // <copyright file="ContentTypes.cs" company="Andrew Arnott">
3 // Copyright (c) Andrew Arnott. All rights reserved.
5 //-----------------------------------------------------------------------
7 namespace DotNetOpenAuth
.Yadis
{
9 /// String constants for various content-type header values used in YADIS discovery.
11 internal static class ContentTypes
{
13 /// The text/html content-type
15 public const string Html
= "text/html";
18 /// The application/xhtml+xml content-type
20 public const string XHtml
= "application/xhtml+xml";
23 /// The application/xrds+xml content-type
25 public const string Xrds
= "application/xrds+xml";
28 /// The text/xml content type
30 public const string Xml
= "text/xml";