inertia-aspnetcore:用于Inertia.js的AspNetCore适配器。 https

时间:2024-06-15 11:01:03
【文件属性】:

文件名称:inertia-aspnetcore:用于Inertia.js的AspNetCore适配器。 https

文件大小:28KB

文件格式:ZIP

更新时间:2024-06-15 11:01:03

C#

这个项目还活着! 更多的例子来了。 Inertia.js ASP.NET核心适配器 访问以了解更多信息。 先决条件 最新的SDK 。 创建ASP.NET Core Web App (Model-View-Controller) mvc项目。 安装 以下选项之一。 软件包管理器: PM> Install-Package INERTIAJS.ASPNETCORE.ADAPTER .NET CLI: dotnet add package INERTIAJS.ASPNETCORE.ADAPTER 用法 设置Startup.cs public void ConfigureServices ( IServiceCollection services ) { services . AddInertia (); }


【文件预览】:
inertia-aspnetcore-master
----global.json(44B)
----InertiaAspNetCore.sln(3KB)
----tests()
--------Tests()
----LICENSE(1KB)
----src()
--------InertiaAdapter()
----.gitignore(7KB)
----README.md(2KB)
----.editorconfig(15KB)
----.gitattributes(18B)
----.vscode()
--------launch.json(1KB)
--------tasks.json(1KB)

网友评论