How to “book” and display other user's post in another view only for the user who clicked on a button or ActionLink in MVC C#?

后端 未结 0 1426
轮回少年
轮回少年 2021-01-01 00:22

This is the model UserPosts.cs:

public int Id { get; set; }
public string Destination { get; set; }
public DateTime DepartureDate { get; set; }
public string          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题