diff --git a/dotnet-desktop-guide/TOC.yml b/dotnet-desktop-guide/TOC.yml index 6f768a1bf6..18bad91192 100644 --- a/dotnet-desktop-guide/TOC.yml +++ b/dotnet-desktop-guide/TOC.yml @@ -3,11 +3,12 @@ items: expanded: true items: - name: ".NET 5 (and .NET Core 3.1)" - href: https://docs.microsoft.com/dotnet/desktop/winforms/?view=netdesktop-5.0 + href: net/winforms/index.md?view=netdesktop-5.0&preserve-view=true - name: .NET Framework - href: https://docs.microsoft.com/dotnet/desktop/winforms/?view=netframeworkdesktop-4.8 + href: framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true - name: Windows Presentation Foundation expanded: true items: - name: .NET Framework - href: https://docs.microsoft.com/dotnet/desktop/wpf/?view=netframeworkdesktop-4.8 \ No newline at end of file + href: framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true + diff --git a/dotnet-desktop-guide/framework/breadcrumb/toc.yml b/dotnet-desktop-guide/framework/breadcrumb/toc.yml index 5673b945fa..46329baeca 100644 --- a/dotnet-desktop-guide/framework/breadcrumb/toc.yml +++ b/dotnet-desktop-guide/framework/breadcrumb/toc.yml @@ -1,15 +1,15 @@ items: - name: Docs - tocHref: / - topicHref: / + tocHref: /?view=&preserve-view=true + topicHref: /?view=&preserve-view=true items: - name: .NET - tocHref: /dotnet/ - topicHref: /dotnet/index + tocHref: /dotnet/?view=&preserve-view=true + topicHref: /dotnet/index?view=&preserve-view=true items: - name: Desktop Guide - tocHref: /dotnet/desktop - topicHref: /dotnet/desktop/index + tocHref: /dotnet/desktop?view=&preserve-view=true + topicHref: /dotnet/desktop/index?view=&preserve-view=true items: - name: .NET Framework items: diff --git a/dotnet-desktop-guide/index.md b/dotnet-desktop-guide/index.md index 253afd8b8b..114d9ac09a 100644 --- a/dotnet-desktop-guide/index.md +++ b/dotnet-desktop-guide/index.md @@ -14,11 +14,11 @@ Historically, the .NET Framework-based documentation for WPF and WinForms has be There are two implementations of WPF, each with it's own documentation: -01. The [.NET Framework 4 implementation](framework/wpf/index.md?view=netframeworkdesktop-4.8) that's supported by Visual Studio 2019 and Visual Studio 2017. +01. The [.NET Framework 4 implementation](framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true) that's supported by Visual Studio 2019 and Visual Studio 2017. .NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of Windows Presentation Foundation is distributed with .NET Framework. - The documentation for this version of WPF is available [here](framework/wpf/index.md?view=netframeworkdesktop-4.8). + The documentation for this version of WPF is available [here](framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true). 01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/wpf). @@ -32,11 +32,11 @@ There are two implementations of WPF, each with it's own documentation: There are two implementations of Windows Forms, each with it's own documentation: -01. The [.NET Framework 4 implementation](framework/winforms/index.yml?view=netframeworkdesktop-4.8) that's supported by Visual Studio 2019 and Visual Studio 2017. +01. The [.NET Framework 4 implementation](framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true) that's supported by Visual Studio 2019 and Visual Studio 2017. .NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of WinForms is distributed with .NET Framework. - The documentation for this version of WinForms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8). + The documentation for this version of WinForms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true). 01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/winforms). diff --git a/dotnet-desktop-guide/net/breadcrumb/toc.yml b/dotnet-desktop-guide/net/breadcrumb/toc.yml index 13f16dae18..ce5dc076d8 100644 --- a/dotnet-desktop-guide/net/breadcrumb/toc.yml +++ b/dotnet-desktop-guide/net/breadcrumb/toc.yml @@ -1,18 +1,18 @@ items: - name: Docs - tocHref: / - topicHref: / + tocHref: /?view=&preserve-view=true + topicHref: /?view=&preserve-view=true items: - name: .NET - tocHref: /dotnet/ - topicHref: /dotnet/index + tocHref: /dotnet/?view=&preserve-view=true + topicHref: /dotnet/index?view=&preserve-view=true items: - name: Desktop Guide - tocHref: /dotnet/desktop - topicHref: /dotnet/desktop/index + tocHref: /dotnet/desktop?view=&preserve-view=true + topicHref: /dotnet/desktop/index?view=&preserve-view=true items: - name: ".NET 5 (and .NET Core 3.1)" items: - name: Windows Forms - tocHref: /dotnet/desktop/winforms + tocHref: /dotnet/desktop/winforms/ topicHref: /dotnet/desktop/winforms/index