No suitable constructor found for entity type 'Uri'

后端 未结 0 1587
醉酒成梦
醉酒成梦 2020-12-12 07:02

I have this model:

public class Something
{
    public int Id { get; set; }
    public Uri Hyperlink { get; set; }
}

All Uri typ

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