You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
50
external/referencesource/System.ServiceModel/System/ServiceModel/Syndication/Atom10Constants.cs
vendored
Normal file
50
external/referencesource/System.ServiceModel/System/ServiceModel/Syndication/Atom10Constants.cs
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
//------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//------------------------------------------------------------
|
||||
|
||||
namespace System.ServiceModel.Syndication
|
||||
{
|
||||
static class Atom10Constants
|
||||
{
|
||||
public const string AlternateTag = "alternate";
|
||||
public const string Atom10Namespace = "http://www.w3.org/2005/Atom";
|
||||
public const string Atom10Prefix = "a10";
|
||||
public const string AtomMediaType = "application/atom+xml";
|
||||
public const string AuthorTag = "author";
|
||||
public const string CategoryTag = "category";
|
||||
public const string ContentTag = "content";
|
||||
public const string ContributorTag = "contributor";
|
||||
public const string EmailTag = "email";
|
||||
public const string EntryTag = "entry";
|
||||
public const string FeedTag = "feed";
|
||||
public const string GeneratorTag = "generator";
|
||||
public const string HrefTag = "href";
|
||||
public const string HtmlMediaType = "text/html";
|
||||
public const string HtmlType = "html";
|
||||
public const string IdTag = "id";
|
||||
public const string LabelTag = "label";
|
||||
public const string LengthTag = "length";
|
||||
public const string LinkTag = "link";
|
||||
public const string LogoTag = "logo";
|
||||
public const string NameTag = "name";
|
||||
public const string PlaintextType = "text";
|
||||
public const string PublishedTag = "published";
|
||||
public const string RelativeTag = "rel";
|
||||
public const string RightsTag = "rights";
|
||||
public const string SchemeTag = "scheme";
|
||||
public const string SelfTag = "self";
|
||||
public const string SourceFeedTag = "source";
|
||||
public const string SourceTag = "src";
|
||||
public const string SpecificationLink = "http://atompub.org/2005/08/17/draft-ietf-atompub-format-11.html";
|
||||
public const string SubtitleTag = "subtitle";
|
||||
public const string SummaryTag = "summary";
|
||||
public const string TermTag = "term";
|
||||
public const string TitleTag = "title";
|
||||
public const string TypeTag = "type";
|
||||
public const string UpdatedTag = "updated";
|
||||
public const string UriTag = "uri";
|
||||
public const string XHtmlMediaType = "application/xhtml+xml";
|
||||
public const string XHtmlType = "xhtml";
|
||||
public const string XmlMediaType = "text/xml";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user