@@ -21,35 +21,35 @@ Portions of the [original .NET Framework](https://github.com/microsoft/reference
21
21
There are a significant number of controls in ASP.NET Web Forms, and we will focus on creating components in the following order:
22
22
23
23
- Editor Controls
24
- - [ AdRotator] ( docs/AdRotator.md )
25
- - [ Button] ( docs/Button.md )
26
- - [ HiddenField] ( docs/HiddenField.md )
27
- - [ HyperLink] ( docs/HyperLink.md )
28
- - [ Image] ( docs/Image.md )
29
- - [ ImageButton] ( docs/ImageButton.md )
30
- - [ Label] ( docs/Label.md )
31
- - [ LinkButton] ( docs/LinkButton.md )
32
- - [ Literal] ( docs/Literal.md )
24
+ - [ AdRotator] ( docs/EditorControls/ AdRotator.md )
25
+ - [ Button] ( docs/EditorControls/ Button.md )
26
+ - [ HiddenField] ( docs/EditorControls/ HiddenField.md )
27
+ - [ HyperLink] ( docs/EditorControls/ HyperLink.md )
28
+ - [ Image] ( docs/EditorControls/ Image.md )
29
+ - [ ImageButton] ( docs/EditorControls/ ImageButton.md )
30
+ - [ Label] ( docs/EditorControls/ Label.md )
31
+ - [ LinkButton] ( docs/EditorControls/ LinkButton.md )
32
+ - [ Literal] ( docs/EditorControls/ Literal.md )
33
33
- Data Controls
34
34
- Chart(?)
35
- - [ DataList] ( docs/DataList.md )
35
+ - [ DataList] ( docs/DataControls/ DataList.md )
36
36
- DataPager
37
37
- DetailsView
38
- - [ FormView] ( docs/FormView.md )
39
- - [ GridView] ( docs/GridView.md )
40
- - [ ListView] ( docs/ListView.md )
41
- - [ Repeater] ( docs/Repeater.md )
38
+ - [ FormView] ( docs/DataControls/ FormView.md )
39
+ - [ GridView] ( docs/DataControls/ GridView.md )
40
+ - [ ListView] ( docs/DataControls/ ListView.md )
41
+ - [ Repeater] ( docs/DataControls/ Repeater.md )
42
42
- Validation Controls
43
43
- CompareValidator
44
- - [ CustomValidator] ( docs/CustomValidator.md )
44
+ - [ CustomValidator] ( docs/ValidationControls/ CustomValidator.md )
45
45
- RangeValidator
46
- - [ RegularExpressionValidator] ( docs/RegularExpressionValidator.md )
47
- - [ RequiredFieldValidator] ( docs/RequiredFieldValidator.md )
48
- - [ ValidationSummary] ( docs/ValidationSummary.md )
46
+ - [ RegularExpressionValidator] ( docs/ValidationControls/ RegularExpressionValidator.md )
47
+ - [ RequiredFieldValidator] ( docs/ValidationControls/ RequiredFieldValidator.md )
48
+ - [ ValidationSummary] ( docs/ValidationControls/ ValidationSummary.md )
49
49
- Navigation Controls
50
50
- Menu
51
51
- SiteMapPath
52
- - [ TreeView] ( docs/TreeView.md )
52
+ - [ TreeView] ( docs/NavigationControls/ TreeView.md )
53
53
- Login Controls
54
54
- ChangePassword
55
55
- Login
@@ -64,8 +64,8 @@ We will NOT be converting any DataSource objects, Wizard components, skins or th
64
64
65
65
There are a handful of features that augment the ASP<span ></span >.NET development experience that are made available as part of this project in order to support migration efforts. Importantly, these features are NOT implemented the same way that they are in Web Forms, but rather have the same API and behave in a proper Blazor fashion. These features include:
66
66
67
- - [ DataBinder] ( docs/Databinder.md )
68
- - [ ViewState] ( docs/ViewState.md )
67
+ - [ DataBinder] ( docs/UtilityFeatures/ Databinder.md )
68
+ - [ ViewState] ( docs/UtilityFeatures/ ViewState.md )
69
69
70
70
## Compiling the project
71
71
0 commit comments