File tree Expand file tree Collapse file tree 3 files changed +33
-36
lines changed Expand file tree Collapse file tree 3 files changed +33
-36
lines changed Original file line number Diff line number Diff line change 10
10
our matching Blazor components.
11
11
</p >
12
12
13
+ <div class =" row" >
14
+ <div class =" col-md-12" >
15
+ <a href =" https://github.com/FritzAndFriends/BlazorWebFormsComponents" >BlazorWebFormsComponents GitHub</a >
16
+ </div >
17
+ </div >
18
+
19
+ <div class =" row" >
20
+ <div class =" col-md-12" >
21
+ <a href =" https://fritzandfriends.github.io/BlazorWebFormsComponents/" >Online BlazorWebFormsComponents Documentation</a >
22
+ </div >
23
+ </div >
24
+
13
25
<div class =" row" >
14
26
15
27
<div class =" col-md-3" >
23
35
<li ><a href =" ControlSamples/GridView/Default.aspx" >GridView</a ></li >
24
36
<li ><a href =" /ControlSamples/ListView" >ListView</a ></li >
25
37
<li ><a href =" ControlSamples/Repeater/Default.aspx" >Repeater</a ></li >
26
-
27
38
</ul >
28
39
</div >
29
40
30
41
<div class =" col-md-3" >
31
42
<h3 >Validation Controls</h3 >
32
43
<ul >
33
- <li >CompareValidator</li >
34
- <li >CustomValidator</li >
35
- <li >RangeValidator</li >
36
- <li >RegularExpressionValidator(?)</li >
37
- <li >RequiredFieldValidator</li >
38
- <li >ValidationSummary</li >
44
+ <li >CompareValidator</li >
45
+ <li >CustomValidator</li >
46
+ <li >RangeValidator</li >
47
+ <li >RegularExpressionValidator(?)</li >
48
+ <li >RequiredFieldValidator</li >
49
+ <li >ValidationSummary</li >
39
50
</ul >
40
51
</div >
41
52
49
60
</div >
50
61
51
62
<div class =" col-md=3" >
52
- <h3 >Login Controls</h3 >
63
+ <h3 >Login Controls</h3 >
53
64
<ul >
54
-
55
65
</ul >
56
66
</div >
57
-
58
67
</div >
59
-
60
68
</asp:Content >
Original file line number Diff line number Diff line change 6
6
<head runat="server">
7
7
<meta charset="utf-8" />
8
8
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
- <title><%: Page.Title %> - My ASP.NET Application </title>
9
+ <title><%: Page.Title %> - BeforeWebForms Sample </title>
10
10
11
11
<asp:PlaceHolder runat="server">
12
12
<%: Scripts.Render("~/bundles/modernizr") %>
13
13
</asp:PlaceHolder>
14
14
15
- <webopt:bundlereference runat="server" path ="~/Content/css" />
15
+ <webopt:BundleReference runat="server" Path ="~/Content/css" />
16
16
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
17
-
18
17
</head>
19
18
<body>
20
19
<form runat="server">
62
61
</asp:ContentPlaceHolder>
63
62
<hr />
64
63
<footer>
65
- <p>© <%: DateTime.Now.Year %> - My ASP.NET Application </p>
64
+ <p>© <%: DateTime.Now.Year %> - BeforeWebForms Sample </p>
66
65
</footer>
67
66
</div>
68
-
69
67
</form>
70
68
</body>
71
69
</html>
You can’t perform that action at this time.
0 commit comments