Created
November 6, 2018 03:33
-
-
Save metrey/9f701c18a55fd76c226cc21f23e3855c to your computer and use it in GitHub Desktop.
ការសិក្សាពីរបៀបប្រើប្រាស់ Model Binding ក្នុង ASP.NET MVC 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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