mirror of https://github.com/abpframework/abp
Merge pull request #12857 from abpframework/PlugIn
Add PlugIn test and update its document.pull/12860/head^2
commit
8a835dddaf
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 160 KiB |
@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<IsPackable>true</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared\Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@ -0,0 +1,4 @@
|
||||
@page
|
||||
@model Volo.Abp.AspNetCore.Mvc.PlugIn.Volo.Abp.AspNetCore.Mvc.Index
|
||||
<h1>Welcome to my plug-in page</h1>
|
||||
<p>This page is located inside a plug-in module! :)</p>
|
||||
Loading…
Reference in new issue