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

6 lines
92 B
Plaintext

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