/// <summary>
 /// Sets the data attributes.
 /// </summary>
 private void SetDataAttributes()
 {
     divPersonalLinks.Attributes[DataAttributeKey.LastSharedLinkUpdateDateTime]  = SharedPersonalLinkSectionCache.LastModifiedDateTime.ToISO8601DateString();
     divPersonalLinks.Attributes[DataAttributeKey.QuickLinksLocalStorageKey]     = PersonalLinkService.GetQuickLinksLocalStorageKey(this.CurrentPerson);
     divPersonalLinks.Attributes[DataAttributeKey.PersonalLinksModificationHash] = PersonalLinkService.GetPersonalLinksModificationHash(this.CurrentPerson);
     upnlContent.Update();
 }