From 9b16888ad653b4d49144023d26cdc732c4e39d61 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 15 Apr 2019 08:03:43 -0700 Subject: [PATCH] Rearrange toc nodes (#11966) --- aspnetcore/toc.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index c305122330..e770683234 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -264,6 +264,14 @@ uid: razor-components/index - name: Session and app state uid: fundamentals/app-state + - name: Layout + uid: mvc/views/layout + - name: Model binding + uid: mvc/models/model-binding + - name: Model validation + uid: mvc/models/validation + - name: Razor syntax + uid: mvc/views/razor - name: Tag Helpers items: - name: Overview @@ -302,14 +310,6 @@ href: mvc/views/working-with-forms.md#the-validation-message-tag-helper - name: Validation Summary href: mvc/views/working-with-forms.md#the-validation-summary-tag-helper - - name: Layout - uid: mvc/views/layout - - name: Model binding - uid: mvc/models/model-binding - - name: Model validation - uid: mvc/models/validation - - name: Razor syntax - uid: mvc/views/razor - name: Advanced items: - name: View components