mirror of https://github.com/abpframework/abp.git
4 changed files with 27 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||
@{ |
|||
Layout = null; |
|||
} |
|||
|
|||
<!DOCTYPE html> |
|||
|
|||
<html> |
|||
<head> |
|||
<title>title</title> |
|||
|
|||
@RenderSection("styles", false) |
|||
</head> |
|||
<body> |
|||
|
|||
@RenderBody() |
|||
|
|||
</body> |
|||
</html> |
|||
@ -0,0 +1 @@ |
|||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
|||
@ -0,0 +1,3 @@ |
|||
@{ |
|||
Layout = "~/Views/Shared/_Layout.cshtml"; |
|||
} |
|||
Loading…
Reference in new issue