Basic MVC application
This commit is contained in:
10
ASP.Net Core/MVCBasics/Views/Shared/_Layout.cshtml
Normal file
10
ASP.Net Core/MVCBasics/Views/Shared/_Layout.cshtml
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-GB">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
@RenderBody()
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user