public string RenderProfileLink(UserInfo userInfo)
 {
     try
     {
         return userInfo.RenderCustomProfileLink(BookmarkingBusinessConstants.CommunityProductID, "describe-text", "link gray");
     }
     catch
     {
         return string.Empty;
     }
 }
Пример #2
0
 public string RenderProfileLink(UserInfo userInfo)
 {
     try
     {
         return userInfo.RenderCustomProfileLink("describe-text", "link gray");
     }
     catch
     {
         return string.Empty;
     }
 }