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