Blazor - Cannot have multiple properties of the same class in the same page component

前端 未结 0 374
醉梦人生
醉梦人生 2020-12-11 22:12

Say that I have the following class

EditForm
public int Id {get; set; }
public string Code {get; set; }
public string Description {get; set; }
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题