Files
ASP.NET/01_IntroductionSessions/Session03/Projects/Views/Views/Shared/Index2.cshtml
T

16 lines
136 B
Plaintext

@{
Layout = null;
}
<!DOCTYPE html>
<html lang="en">
<head>
<title>HHHH</title>
</head>
<body>
Hi
</body>
</html>