Exemplo n.º 1
0
 public UintraLinkModel GetDetailsUrlWithComment(INodeModel content, Guid commentId) =>
 $"{content.Url}{(content.Url.Contains("?") ? "&" : "?")}commentId={_commentsService.GetCommentViewId(commentId)}".ToLinkModel();