Default value in mvc model using data annotation

前端 未结 5 1519
小鲜肉
小鲜肉 2020-12-29 18:01

Is it possible using data annotations to add default value for int property

something like

[DefaultValue=1]
public int MyId {get; set;}
5条回答
提交回复
热议问题