@@ -37,16 +37,19 @@ The following built-in Razor components are provided by the Blazor framework. Fo
3737* [ ` InputSelect ` ] ( xref:blazor/forms/input-components )
3838* [ ` InputText ` ] ( xref:blazor/forms/input-components )
3939* [ ` InputTextArea ` ] ( xref:blazor/forms/input-components )
40+ * [ ` LayoutComponentBase ` ] ( xref:blazor/components/layouts#layout-components )
4041* [ ` LayoutView ` ] ( xref:blazor/components/layouts#apply-a-layout-to-arbitrary-content-layoutview-component )
4142* [ ` NavigationLock ` ] ( xref:blazor/fundamentals/routing#handleprevent-location-changes )
4243* [ ` NavLink ` ] ( xref:blazor/fundamentals/routing#navlink-component )
4344* [ ` PageTitle ` ] ( xref:blazor/components/control-head-content )
45+ * [ ` OwningComponentBase ` ] ( xref:fundamentals/dependency-injection#utility-base-component-classes-to-manage-a-di-scope )
4446* [ ` Paginator ` ] ( xref:blazor/components/quickgrid#page-items-with-a-paginator-component )
4547* [ ` QuickGrid ` ] ( xref:blazor/components/quickgrid )
4648* [ ` Router ` ] ( xref:blazor/fundamentals/routing#route-templates )
4749* [ ` RouteView ` ] ( xref:blazor/fundamentals/routing#route-templates )
4850* [ ` SectionContent ` ] ( xref:blazor/components/sections )
4951* [ ` SectionOutlet ` ] ( xref:blazor/components/sections )
52+ * [ ` ValidationMessage ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
5053* [ ` ValidationSummary ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
5154* [ ` Virtualize ` ] ( xref:blazor/components/virtualization )
5255
@@ -74,16 +77,19 @@ The following built-in Razor components are provided by the Blazor framework. Fo
7477* [ ` InputSelect ` ] ( xref:blazor/forms/input-components )
7578* [ ` InputText ` ] ( xref:blazor/forms/input-components )
7679* [ ` InputTextArea ` ] ( xref:blazor/forms/input-components )
80+ * [ ` LayoutComponentBase ` ] ( xref:blazor/components/layouts#layout-components )
7781* [ ` LayoutView ` ] ( xref:blazor/components/layouts#apply-a-layout-to-arbitrary-content-layoutview-component )
7882* [ ` NavigationLock ` ] ( xref:blazor/fundamentals/routing#handleprevent-location-changes )
7983* [ ` NavLink ` ] ( xref:blazor/fundamentals/routing#navlink-component )
8084* [ ` PageTitle ` ] ( xref:blazor/components/control-head-content )
85+ * [ ` OwningComponentBase ` ] ( xref:fundamentals/dependency-injection#utility-base-component-classes-to-manage-a-di-scope )
8186* [ ` Paginator ` ] ( xref:blazor/components/quickgrid#page-items-with-a-paginator-component )
8287* [ ` QuickGrid ` ] ( xref:blazor/components/quickgrid )
8388* [ ` Router ` ] ( xref:blazor/fundamentals/routing#route-templates )
8489* [ ` RouteView ` ] ( xref:blazor/fundamentals/routing#route-templates )
8590* [ ` SectionContent ` ] ( xref:blazor/components/sections )
8691* [ ` SectionOutlet ` ] ( xref:blazor/components/sections )
92+ * [ ` ValidationMessage ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
8793* [ ` ValidationSummary ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
8894* [ ` Virtualize ` ] ( xref:blazor/components/virtualization )
8995
@@ -109,12 +115,15 @@ The following built-in Razor components are provided by the Blazor framework. Fo
109115* [ ` InputSelect ` ] ( xref:blazor/forms/input-components )
110116* [ ` InputText ` ] ( xref:blazor/forms/input-components )
111117* [ ` InputTextArea ` ] ( xref:blazor/forms/input-components )
118+ * [ ` LayoutComponentBase ` ] ( xref:blazor/components/layouts#layout-components )
112119* [ ` LayoutView ` ] ( xref:blazor/components/layouts#apply-a-layout-to-arbitrary-content-layoutview-component )
113120* [ ` NavigationLock ` ] ( xref:blazor/fundamentals/routing#handleprevent-location-changes )
114121* [ ` NavLink ` ] ( xref:blazor/fundamentals/routing#navlink-component )
122+ * [ ` OwningComponentBase ` ] ( xref:fundamentals/dependency-injection#utility-base-component-classes-to-manage-a-di-scope )
115123* [ ` PageTitle ` ] ( xref:blazor/components/control-head-content )
116124* [ ` Router ` ] ( xref:blazor/fundamentals/routing#route-templates )
117125* [ ` RouteView ` ] ( xref:blazor/fundamentals/routing#route-templates )
126+ * [ ` ValidationMessage ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
118127* [ ` ValidationSummary ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
119128* [ ` Virtualize ` ] ( xref:blazor/components/virtualization )
120129
@@ -140,11 +149,14 @@ The following built-in Razor components are provided by the Blazor framework. Fo
140149* [ ` InputSelect ` ] ( xref:blazor/forms/input-components )
141150* [ ` InputText ` ] ( xref:blazor/forms/input-components )
142151* [ ` InputTextArea ` ] ( xref:blazor/forms/input-components )
152+ * [ ` LayoutComponentBase ` ] ( xref:blazor/components/layouts#layout-components )
143153* [ ` LayoutView ` ] ( xref:blazor/components/layouts#apply-a-layout-to-arbitrary-content-layoutview-component )
144154* [ ` NavLink ` ] ( xref:blazor/fundamentals/routing#navlink-component )
155+ * [ ` OwningComponentBase ` ] ( xref:fundamentals/dependency-injection#utility-base-component-classes-to-manage-a-di-scope )
145156* [ ` PageTitle ` ] ( xref:blazor/components/control-head-content )
146157* [ ` Router ` ] ( xref:blazor/fundamentals/routing#route-templates )
147158* [ ` RouteView ` ] ( xref:blazor/fundamentals/routing#route-templates )
159+ * [ ` ValidationMessage ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
148160* [ ` ValidationSummary ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
149161* [ ` Virtualize ` ] ( xref:blazor/components/virtualization )
150162
@@ -165,10 +177,13 @@ The following built-in Razor components are provided by the Blazor framework. Fo
165177* [ ` InputSelect ` ] ( xref:blazor/forms/input-components )
166178* [ ` InputText ` ] ( xref:blazor/forms/input-components )
167179* [ ` InputTextArea ` ] ( xref:blazor/forms/input-components )
180+ * [ ` LayoutComponentBase ` ] ( xref:blazor/components/layouts#layout-components )
168181* [ ` LayoutView ` ] ( xref:blazor/components/layouts#apply-a-layout-to-arbitrary-content-layoutview-component )
169182* [ ` NavLink ` ] ( xref:blazor/fundamentals/routing#navlink-component )
183+ * [ ` OwningComponentBase ` ] ( xref:fundamentals/dependency-injection#utility-base-component-classes-to-manage-a-di-scope )
170184* [ ` Router ` ] ( xref:blazor/fundamentals/routing#route-templates )
171185* [ ` RouteView ` ] ( xref:blazor/fundamentals/routing#route-templates )
186+ * [ ` ValidationMessage ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
172187* [ ` ValidationSummary ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
173188* [ ` Virtualize ` ] ( xref:blazor/components/virtualization )
174189
@@ -188,10 +203,13 @@ The following built-in Razor components are provided by the Blazor framework. Fo
188203* [ ` InputSelect ` ] ( xref:blazor/forms/input-components )
189204* [ ` InputText ` ] ( xref:blazor/forms/input-components )
190205* [ ` InputTextArea ` ] ( xref:blazor/forms/input-components )
206+ * [ ` LayoutComponentBase ` ] ( xref:blazor/components/layouts#layout-components )
191207* [ ` LayoutView ` ] ( xref:blazor/components/layouts#apply-a-layout-to-arbitrary-content-layoutview-component )
192208* [ ` NavLink ` ] ( xref:blazor/fundamentals/routing#navlink-component )
209+ * [ ` OwningComponentBase ` ] ( xref:fundamentals/dependency-injection#utility-base-component-classes-to-manage-a-di-scope )
193210* [ ` Router ` ] ( xref:blazor/fundamentals/routing#route-templates )
194211* [ ` RouteView ` ] ( xref:blazor/fundamentals/routing#route-templates )
212+ * [ ` ValidationMessage ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
195213* [ ` ValidationSummary ` ] ( xref:blazor/forms/validation#validation-summary-and-validation-message-components )
196214
197215::: moniker-end
0 commit comments