generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.cshtml
26 lines (26 loc) · 1023 Bytes
/
PROJECT_LANG_1.cshtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<%@ Page Language="C#" debug="true" trace="false"%>
<html>
<head>
<title></title>
<script runat="server">
// ASP.NET page code goes here
// Project language file 1
// For: seanpm2001/Learn-CSHTML
// About:
// I decided to make CSHTML the main project language file for this project (Seanpm2001/Learn-CSHTML) as CSHTML is the language this project is dedicated to, because this project is about learning the CSHTML programming language. It only makes sense to CSHTML the official language for this project. It is getting its own project language file, starting here.
void Page_Load() {
//On Page Load Run this Code
}
</script>
</head>
<body>
<form runat="server">
<!-- ASP.NET controls go here -->
<!-- File info
File type: CSHTML source file (*.cshtml)
File version: 1 (2022, Wednesday, November 23rd at 11:20 pm PST)
Line count (including blank lines and compiler line): 27
!-->
</form>
</body>
</html>