blazor project for cs
This commit is contained in:
9
TaskTree/Pages/_Host.cshtml
Normal file
9
TaskTree/Pages/_Host.cshtml
Normal file
@ -0,0 +1,9 @@
|
||||
@page "/"
|
||||
@namespace TaskTree.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
||||
|
||||
<component type="typeof(App)" render-mode="ServerPrerendered" />
|
||||
<link href="_content/Blazorise.TreeView/blazorise.treeview.css" rel="stylesheet" />
|
||||
Reference in New Issue
Block a user