資源簡介
微軟跨平臺,NetCoreMVC6Demo例子代碼供大家學習參考。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Linq;
using?System.Threading.Tasks;
using?Microsoft.AspNetCore.Hosting;
namespace?CoreMVC6FrankXuLei
{
????public?class?Program
????{
????????public?static?void?Main(string[]?args)
????????{
????????????var?host?=?new?WebHostBuilder()
????????????????.UseKestrel()
????????????????.UseContentRoot(Directory.GetCurrentDirectory())
????????????????.UseIISIntegration()
????????????????.UseStartup()
????????????????.Build();
????????????host.Run();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????86134??2016-06-28?08:40??CoreMVC6\.vs\config\applicationhost.config
????..A..H.?????29696??2018-03-16?17:12??CoreMVC6\.vs\CoreMVC6FrankXuLei\v14\.suo
?????文件????????121??2016-06-28?08:36??CoreMVC6\.vs\restore.dg
?????文件???????1528??2016-06-28?08:36??CoreMVC6\CoreMVC6FrankXuLei.sln
?????文件????????100??2016-06-28?08:36??CoreMVC6\global.json
?????文件?????????36??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\.bowerrc
?????文件????????242??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\appsettings.json
?????文件?????173552??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\bin\Debug\netcoreapp1.0\CoreMVC6FrankXuLei.deps.json
?????文件?????256512??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\bin\Debug\netcoreapp1.0\CoreMVC6FrankXuLei.dll
?????文件??????17920??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\bin\Debug\netcoreapp1.0\CoreMVC6FrankXuLei.pdb
?????文件????????121??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\bin\Debug\netcoreapp1.0\CoreMVC6FrankXuLei.runtimeconfig.dev.json
?????文件????????192??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\bin\Debug\netcoreapp1.0\CoreMVC6FrankXuLei.runtimeconfig.json
?????文件????????207??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\bower.json
?????文件????????627??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\bundleconfig.json
?????文件????????819??2016-06-28?09:53??CoreMVC6\src\CoreMVC6FrankXuLei\Controllers\HomeController.cs
?????文件???????1298??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\CoreMVC6FrankXuLei.xproj
?????文件????????241??2016-06-28?08:40??CoreMVC6\src\CoreMVC6FrankXuLei\CoreMVC6FrankXuLei.xproj.user
?????文件???????1270??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\obj\Debug\netcoreapp1.0\.IncrementalCache
?????文件?????????75??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\obj\Debug\netcoreapp1.0\.SDKVersion
?????文件?????246813??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\obj\Debug\netcoreapp1.0\CoreMVC6FrankXuLeidotnet-compile.deps.json
?????文件??????25450??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\obj\Debug\netcoreapp1.0\dotnet-compile-csc.rsp
?????文件????????376??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\obj\Debug\netcoreapp1.0\dotnet-compile.assemblyinfo.cs
?????文件??????26918??2016-06-28?09:58??CoreMVC6\src\CoreMVC6FrankXuLei\obj\Debug\netcoreapp1.0\dotnet-compile.rsp
?????文件????????581??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\Program.cs
?????文件???????1882??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\project.json
?????文件?????444891??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\project.lock.json
?????文件???????6850??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\Project_Readme.html
?????文件????????648??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\Properties\launchSettings.json
?????文件???????2510??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\Startup.cs
?????文件????????164??2016-06-28?08:36??CoreMVC6\src\CoreMVC6FrankXuLei\Views\Home\About.cshtml
............此處省略177個文件信息
評論
共有 條評論