@page "/wishlists"

My Wishlist

@if(WishlistList != null) { @foreach (var item in WishlistList) { }
Chat name Type CreatedById
@item.Name @item.Type @item.CreateById
} else {

You don't have a wishlist

}