File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ Both API projects refer to the following class:
8888* Model binding extensibility (< xref:Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider > , < xref:Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder > )
8989* Advanced validation features (< xref:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator > )
9090* [ Application parts] ( xref:mvc/extensibility/app-parts ) or the [ application model] ( xref:mvc/controllers/application-model )
91- * [ JsonPatch] ( https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/ ) support
9291* [ OData] ( https://www.nuget.org/packages/Microsoft.AspNetCore.OData/ ) support
9392
9493Most of these features can be implemented in Minimal APIs with custom solutions, but controllers provide them out of the box.
@@ -151,7 +150,6 @@ Both API projects refer to the following class:
151150* Form binding support, including < xref:Microsoft.AspNetCore.Http.IFormFile >
152151* Advanced validation features (< xref:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator > )
153152* [ Application parts] ( xref:mvc/extensibility/app-parts ) or the [ application model] ( xref:mvc/controllers/application-model )
154- * [ JsonPatch] ( https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/ ) support
155153* [ OData] ( https://www.nuget.org/packages/Microsoft.AspNetCore.OData/ ) support
156154
157155## See also
You can’t perform that action at this time.
0 commit comments