5 references to Href
System.ServiceModel (5)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
147
string link = reader.GetAttribute(App10Constants.
Href
, string.Empty);
336
else if (reader.LocalName == App10Constants.
Href
&& reader.NamespaceURI == string.Empty)
430
writer.WriteAttributeString(App10Constants.
Href
, FeedUtils.GetUriString(categories.Link));
459
else if (reader.LocalName == App10Constants.
Href
&& reader.NamespaceURI == string.Empty)
728
writer.WriteAttributeString(App10Constants.
Href
, FeedUtils.GetUriString(collection.Link));