接著就在需套用AbstractModelBinder進行Model Binding的類別上註記即可,如下所示。 public class Question { public string QuestionContent { get; set; } ...
確定! 回上一頁