aspnetcore/testapps/ApplicationUsingRelativePaths/Views/Shared/_Layout.cshtml

6 lines
66 B
Plaintext

<!DOCTYPE html>
<html>
<body>
@RenderBody()
</body>
</html>