File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 our matching Blazor components.
1111 </p >
1212
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+
1325 <div class =" row" >
1426
1527 <div class =" col-md-3" >
2335 <li ><a href =" ControlSamples/GridView/Default.aspx" >GridView</a ></li >
2436 <li ><a href =" /ControlSamples/ListView" >ListView</a ></li >
2537 <li ><a href =" ControlSamples/Repeater/Default.aspx" >Repeater</a ></li >
26-
2738 </ul >
2839 </div >
2940
3041 <div class =" col-md-3" >
3142 <h3 >Validation Controls</h3 >
3243 <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 >
3950 </ul >
4051 </div >
4152
4960 </div >
5061
5162 <div class =" col-md=3" >
52- <h3 >Login Controls</h3 >
63+ <h3 >Login Controls</h3 >
5364 <ul >
54-
5565 </ul >
5666 </div >
57-
5867 </div >
59-
6068</asp:Content >
Original file line number Diff line number Diff line change 66<head runat="server">
77 <meta charset="utf-8" />
88 <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>
1010
1111 <asp:PlaceHolder runat="server">
1212 <%: Scripts.Render("~/bundles/modernizr") %>
1313 </asp:PlaceHolder>
1414
15- <webopt:bundlereference runat="server" path ="~/Content/css" />
15+ <webopt:BundleReference runat="server" Path ="~/Content/css" />
1616 <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
17-
1817</head>
1918<body>
2019 <form runat="server">
6261 </asp:ContentPlaceHolder>
6362 <hr />
6463 <footer>
65- <p>© <%: DateTime.Now.Year %> - My ASP.NET Application </p>
64+ <p>© <%: DateTime.Now.Year %> - BeforeWebForms Sample </p>
6665 </footer>
6766 </div>
68-
6967 </form>
7068</body>
7169</html>
You can’t perform that action at this time.
0 commit comments