@using Blog3000.Shared; @foreach (var b in @selectedPosts) { var x = "viewer/" + @b.Id; }