aspnetcore/testapps/ApplicationWithRazorSdkNeit.../Views/Home/Index.cshtml

6 lines
96 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
@GetType().AssemblyQualifiedName
Hello from Index!