Accessing Models Data from the View

后端 未结 0 1170
北荒
北荒 2021-02-01 17:09

I have this class in model

public class Student
{
    public int ID { get; set; }
    public string Name { get; set; }
    public string LastName{ get; set; }
            


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