1.Model: public class TestModel { public string Employees { get; set; } } · 2.View(Create.cshtml): · 3.Partial View: <h3>Index: @ViewData["index"]</h3> @model ...
確定! 回上一頁