Try your search with a different keyword or use * as a wildcard.
@model ProductToWishlistModel
@{
var movetocustomwishlistlink = Url.RouteUrl(NopRouteNames.Ajax.MOVE_PRODUCT_TO_CUSTOM_WISHLIST, new { productId = Model.ProductId });
}
@await Html.PartialAsync("_AddWishlistModal", Model.ProductId)