@Html.TextBoxFor(model => model.User, new { @readonly="readonly",@Value = model.Id , @Text=model.Name }). What do I need to do to correct this ?
確定! 回上一頁