From ed4016d2815740207299db77427444765974c5ab Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Wed, 7 Feb 2018 07:00:55 -0800 Subject: [PATCH] fixed formatting (#614) * fixed formatting (hopefully) * Fixed links broken after migration --- ...scapes-spaces-in-strings-passed-in-via-route-parameters.md | 2 +- .../remove-ssl3-from-the-wcf-transportdefaults.md | 4 ++-- .../compatibility/winforms-accessibility-changes-471.md | 4 ++-- .../wpf-selector-selectionchanged-and-selectedvalue.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/compatibility/asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md b/Documentation/compatibility/asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md index b356a5bac..158bace05 100644 --- a/Documentation/compatibility/asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md +++ b/Documentation/compatibility/asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md @@ -19,7 +19,7 @@ In order to conform to RFC 2396, spaces in route paths are now escaped when popu Code should be updated to unescape string parameters from a route. If the original URI is needed, it can be accessed with the .OriginalString API. ### Affected APIs -* `M:System.Web.Http.RouteAttribute.#ctor(System.String)` +* `M:System.Web.Http.RouteAttribute.%23ctor(System.String)` ### Category ASP.NET diff --git a/Documentation/compatibility/remove-ssl3-from-the-wcf-transportdefaults.md b/Documentation/compatibility/remove-ssl3-from-the-wcf-transportdefaults.md index 3ad2c0a5c..a881bc4a6 100644 --- a/Documentation/compatibility/remove-ssl3-from-the-wcf-transportdefaults.md +++ b/Documentation/compatibility/remove-ssl3-from-the-wcf-transportdefaults.md @@ -27,8 +27,8 @@ Ssl3 to the list of negotiated protocols. * * -* [\ section of \](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/transport-of-nettcpbinding) -* [\ section of \](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/sslstreamsecurity) +* [\ section of \](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/transport-of-nettcpbinding) +* [\ section of \](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/sslstreamsecurity) ### Affected APIs * `P:System.ServiceModel.Channels.SslStreamSecurityBindingElement.SslProtocols` diff --git a/Documentation/compatibility/winforms-accessibility-changes-471.md b/Documentation/compatibility/winforms-accessibility-changes-471.md index c89abc292..1732e3682 100644 --- a/Documentation/compatibility/winforms-accessibility-changes-471.md +++ b/Documentation/compatibility/winforms-accessibility-changes-471.md @@ -1,4 +1,4 @@ -## Accessibility improvements in Windows Forms controls +## Accessibility improvements in Windows Forms controls ### Scope Major @@ -109,7 +109,7 @@ NOTE: Windows10 has changed values for some high contrast system colors. Windows ### Affected APIs * `M:System.Windows.Forms.ToolStripDropDownButton.CreateAccessibilityInstance` * `P:System.Windows.Forms.DomainUpDown.DomainUpDownAccessibleObject.Name` -* `T:System.Windows.Forms.MonthCalendar.MonthCalendarAccessibleObject` +* `T:System.Windows.Forms.MonthCalendar.AccessibilityObject` ### Category diff --git a/Documentation/compatibility/wpf-selector-selectionchanged-and-selectedvalue.md b/Documentation/compatibility/wpf-selector-selectionchanged-and-selectedvalue.md index 8b4e41a8c..5d3f3ae54 100644 --- a/Documentation/compatibility/wpf-selector-selectionchanged-and-selectedvalue.md +++ b/Documentation/compatibility/wpf-selector-selectionchanged-and-selectedvalue.md @@ -12,7 +12,7 @@ NotPlanned ### Change Description Starting with the .Net Framework 4.7.1, a always updates the value of its property before raising the - event, when its selection changes. + event, when its selection changes. This makes the SelectedValue property consistent with the other selection properties ( and ), which are updated before raising the event.