2016-04-03から1日間の記事一覧

【ASP.NET MVC】【VB】ASP.NET MVC でリストのモデルを表示する

サンプル ■モデル EmployeeModel.vb Imports System.Collections.Generic Namespace Models Public Class EmployeeModel Public Property IsChecked As Boolean Public Property EmployeeId As String Public Property EmployeeName As String End Class End…