Skip to content

Instantly share code, notes, and snippets.

@metrey
Created November 6, 2018 03:33
Show Gist options
  • Save metrey/9f701c18a55fd76c226cc21f23e3855c to your computer and use it in GitHub Desktop.
Save metrey/9f701c18a55fd76c226cc21f23e3855c to your computer and use it in GitHub Desktop.
ការសិក្សាពីរបៀបប្រើប្រាស់ Model Binding ក្នុង ASP.NET MVC 5
namespace MvcForms.Models
{
public class StudentModel
{
public int Id { get; set; }
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment