This one liner can return absolute url of an item using its FileRef property
var absoluteUrl = new Uri(context.Url).GetLeftPart(UriPartial.Authority) + serverRelativeUrl;
If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...
No comments:
Post a Comment