4 references to ConvertHRefAttributeValueIntoURI
System.Data.Services.Client (4)
System\Data\Services\Client\AtomParser.cs (4)
608
targetEntry.EditLink = this.
ConvertHRefAttributeValueIntoURI
(href);
619
targetEntry.QueryLink = this.
ConvertHRefAttributeValueIntoURI
(href);
629
targetEntry.MediaEditUri = this.
ConvertHRefAttributeValueIntoURI
(href);
1031
this.feed.NextLink = this.
ConvertHRefAttributeValueIntoURI
(nextLink);