Merge pull request #1135 from dotnet/adegeo-links

Correct .NET Framework links that pointed to old .NET 5 URLs
This commit is contained in:
Andy (Steve) De George
2021-08-11 12:04:34 -07:00
committed by GitHub
parent 2aea7ebcbf
commit e9fcf43083
162 changed files with 323 additions and 323 deletions
@@ -24,7 +24,7 @@ This topic discusses the different ways you can declare a binding.
Before reading this topic, it is important that you are familiar with the concept and usage of markup extensions. For more information about markup extensions, see [Markup Extensions and WPF XAML](../advanced/markup-extensions-and-wpf-xaml.md).
This topic does not cover data binding concepts. For a discussion of data binding concepts, see [Data Binding Overview](/dotnet/desktop-wpf/data/data-binding-overview).
This topic does not cover data binding concepts. For a discussion of data binding concepts, see [Data Binding Overview](data-binding-overview.md).
<a name="BindinginXAML"></a>
@@ -137,7 +137,7 @@ The default behavior is as follows if not specified in the declaration.
## See also
- [Data Binding Overview](/dotnet/desktop-wpf/data/data-binding-overview)
- [Data Binding Overview](data-binding-overview.md)
- [How-to Topics](data-binding-how-to-topics.md)
- [Data Binding](../advanced/optimizing-performance-data-binding.md)
- [PropertyPath XAML Syntax](../advanced/propertypath-xaml-syntax.md)