当前位置:网站首页>Continued 2 asp Net core router basic use demonstration 0.2 acquisition of default controller data

Continued 2 asp Net core router basic use demonstration 0.2 acquisition of default controller data

2022-06-12 17:41:00 Jinan small program champion

1 Connection string

Add write retest

A third error , It has nothing to do with the number of tables in the database .

1.3

Although the report is wrong , But it also generates related classes . It's ready to test

After successful generation , Continue to test the routing project

  

There's something wrong with the test , Just basically know the process

 

@*using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Threading.Tasks;

    namespace WebApiTemplate0._1.Views
    {
        public class List
        {
        }
    }*@

@model List<Company>


@{

    <ul class="list-group">
        @foreach (var Companys in Model)
            {
        <li class="list-group-ite
原网站

版权声明
本文为[Jinan small program champion]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206121729432931.html