Add project files.
This commit is contained in:
19
ConstructorAppUI/Views/HomeLayout/Index.cshtml
Normal file
19
ConstructorAppUI/Views/HomeLayout/Index.cshtml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
// HomeLayout
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@await Component.InvokeAsync("_HomeLayoutHeaderPartialComponent")
|
||||
<body>
|
||||
@await Component.InvokeAsync("_HomeLayoutNavbarPartialComponent")
|
||||
|
||||
@RenderBody()
|
||||
|
||||
@await Component.InvokeAsync("_HomeLayoutFooterPartialComponent")
|
||||
@await Component.InvokeAsync("_HomeLayoutScriptPartialComponent")
|
||||
@RenderSection("Scripts", required: false)
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user