Skip to content

Commit

Permalink
[BULK] Fix 16 broken links from latest broken links dashboard (dotnet…
Browse files Browse the repository at this point in the history
…#840)

* fix 16 links

* edit
  • Loading branch information
v-thepet authored Jun 20, 2023
1 parent b078029 commit 9e77fcf
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions aspnet/SameSite/owin-samesite.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For the ASP.NET 4.x version of this article, see <xref:samesite/system-web-sames

* That is not directly dependent on the one in `System.Web`.
* `SameSite` works on all versions targetable by the `Microsoft.Owin` packages, .NET 4.5 and later.
* Only the [SystemWebCookieManager](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Host.SystemWeb/SystemWebCookieManager.cs) component directly interacts with the `System.Web` `HttpCookie` class.
* Only the [SystemWebCookieManager](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin.Host.SystemWeb/SystemWebCookieManager.cs) component directly interacts with the `System.Web` `HttpCookie` class.

`SystemWebCookieManager` depends on the .NET 4.7.2 `System.Web` APIs to enable `SameSite` support, and the patches to change the behavior.

Expand All @@ -47,15 +47,15 @@ owinContext.Response.Cookies.Append("My Key", "My Value", new CookieOptions()

The following APIs use `SameSite`:

* [Microsoft.Owin.SameSiteMode](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin/SameSiteMode.cs)
* [Microsoft.Owin.SameSiteMode](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin/SameSiteMode.cs)
* [CookieOptions.SameSite](xref:Microsoft.AspNetCore.Http.CookieOptions.SameSite)
* [CookieAuthenticationOptions Class](/previous-versions/aspnet/dn385599(v%3Dvs.113)) <!-- CookieAuthenticationOptions.CookieSameSite not published -->
* [CookieAuthenticationOptions.CookieSameSite](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Security.Cookies/CookieAuthenticationOptions.cs#L68-#L72)
* [CookieAuthenticationOptions.CookieSameSite](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin.Security.Cookies/CookieAuthenticationOptions.cs#L68-#L72)
* [ICookieManager](/previous-versions/aspnet/dn800238(v%3Dvs.113))
* [SystemWebCookieManager](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Host.SystemWeb/SystemWebCookieManager.cs)
* [SystemWebChunkingCookieManager](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Host.SystemWeb/SystemWebChunkingCookieManager.cs)
* [CookieAuthenticationOptions.CookieManager](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Security.Cookies/CookieAuthenticationOptions.cs#L143-#AL148)
* [OpenIdConnectAuthenticationOptions.CookieManager](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Security.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs#L315-#L318)
* [SystemWebCookieManager](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin.Host.SystemWeb/SystemWebCookieManager.cs)
* [SystemWebChunkingCookieManager](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin.Host.SystemWeb/SystemWebChunkingCookieManager.cs)
* [CookieAuthenticationOptions.CookieManager](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin.Security.Cookies/CookieAuthenticationOptions.cs#L143-#AL148)
* [OpenIdConnectAuthenticationOptions.CookieManager](https://github.com/aspnet/AspNetKatana/blob/main/src/Microsoft.Owin.Security.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs#L315-#L318)

## History and changes

Expand Down
4 changes: 2 additions & 2 deletions aspnet/mobile/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ This end-to-end tutorial shows how to create an ASP.NET Web API application that

Get started using Azure Mobile Services with ASP.NET Web API. This tutorial shows how to create a Mobile Services app from the Azure Management Portal.

### [Authentication in Azure Mobile Services](https://github.com/Huachao/azure-content/blob/master/articles/mobile-services/mobile-services-dotnet-backend-windows-store-dotnet-get-started-users.md)
### [Authentication in Azure Mobile Services](https://github.com/Huachao/azure-content/blob/master/articles/mobile-services/mobile-services-dotnet-backend-windows-universal-dotnet-get-started-users.md)

This tutorial shows how to authenticate users in Azure Mobile Services from your app.

### [Using Push Notifications in Azure Mobile Services](https://github.com/Huachao/azure-content/blob/master/articles/mobile-services/mobile-services-dotnet-backend-windows-store-dotnet-get-started-push.md)
### [Using Push Notifications in Azure Mobile Services](https://github.com/Huachao/azure-content/blob/master/articles/mobile-services/mobile-services-dotnet-backend-windows-universal-dotnet-get-started-push.md)

Use Azure Mobile Services to send push notifications to a mobile device.

Expand Down
2 changes: 1 addition & 1 deletion aspnet/mvc/mvc4.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ msc.type: content
- [Known issues and breaking changes list](../whitepapers/mvc4-release-notes.md#_Toc303253815)
- Get help and discuss ASP.NET MVC 4 in the [forums](https://forums.asp.net/1146.aspx)
- [Report a bug in ASP.NET MVC 4](https://github.com/aspnet/AspNetWebStack/issues)
- [Make a feature request](https://developer.uservoice.com/forums/)
- [Make a feature request](https://feedback.uservoice.com/)
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The `ViewBag.YouSelected` dynamic property contains the selected countries, obta

### Making a Select Element Friendly with the Harvest Chosen jQuery Plugin

The Harvest [Chosen](https://harvesthq.github.com/chosen/) jQuery plugin can be added to an HTML &lt;select&gt; element to create a user friendly UI. The images below demonstrate the Harvest [Chosen](https://harvesthq.github.com/chosen/) jQuery plugin with `MultiSelectCountry` view.
The Harvest [Chosen](https://github.com/harvesthq/chosen/) jQuery plugin can be added to an HTML &lt;select&gt; element to create a user friendly UI. The images below demonstrate the Harvest [Chosen](https://github.com/harvesthq/chosen/) jQuery plugin with `MultiSelectCountry` view.

![Image of Harvest Chosen j Query plugin](using-the-dropdownlist-helper-with-aspnet-mvc/_static/image9.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ by [Rick Anderson](https://twitter.com/RickAndMSFT)
<a id="start"></a>
## Getting Started

Start by installing and running [Visual Studio Express 2013 for Web](https://my.visualstudio.com/Downloads?q=visual%20studio%202013&wt.mc_id=o~msft~vscom~older-downloads) or [Visual Studio 2013](https://go.microsoft.com/fwlink/?LinkId=306566). Install Visual Studio [2013 Update 3](https://go.microsoft.com/fwlink/?LinkId=390521) or higher. For help with Dropbox, GitHub, Linkedin, Instagram, Buffer, Salesforce, STEAM, Stack Exchange, Tripit, Twitch, Twitter, Yahoo!, and more, see this [sample project](https://github.com/matthewdunsdon/oauthforaspnet).
Start by installing and running [Visual Studio Express 2013 for Web](https://my.visualstudio.com/Downloads?q=visual%20studio%202013&wt.mc_id=o~msft~vscom~older-downloads) or [Visual Studio 2013](https://go.microsoft.com/fwlink/?LinkId=306566). Install Visual Studio [2013 Update 3](https://go.microsoft.com/fwlink/?LinkId=390521) or higher.

> [!NOTE]
> You must install Visual Studio [2013 Update 3](https://go.microsoft.com/fwlink/?LinkId=390521) or higher to use Google OAuth 2 and to debug locally without SSL warnings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msc.type: video
---
# Web Application Projects & Web Deployment Projects

by [Bradley Bartz](https://github.com/BradleyBartz)
by [Bradley Bartz](https://github.com/BradBartz)

Bradley Bartz shows how the Web Application Projects and Web Deployment Projects for Visual Studio 2005 make developing and deploying ASP.NET projects similar to the Visual Studio .NET 2003 model.

Expand Down
2 changes: 1 addition & 1 deletion aspnet/web-forms/videos/vs-2005/web-deployment-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msc.type: video
---
# Web Deployment Projects

by [Bradley Bartz](https://github.com/BradleyBartz)
by [Bradley Bartz](https://github.com/BradBartz)

Bradley Bartz and Richard Ersek show how the Web Deployment Projects provide additional functionality for building and deploying web site applications created in Visual Studio 2005.

Expand Down
2 changes: 1 addition & 1 deletion aspnet/webhooks/receiving/receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Out of the box you can find support for Dropbox, GitHub, MailChimp, PayPal, Push

## Configuring a WebHook Receiver

WebHook Receivers are configured through the [IWebHookReceiverConfig](https://github.com/aspnet/WebHooks/blob/master/src/Microsoft.AspNet.WebHooks.Receivers/WebHooks/IWebHookReceiverConfig.cs) interface and particular implementations of that interface can be registered using any dependency injection model. The default implementation uses Application Settings which can either be set in the Web.config file, or, if using Azure Web Apps, can be set through the [Azure Portal](https://portal.azure.com/).
WebHook Receivers are configured through the [IWebHookReceiverConfig](https://github.com/aspnet/AspNetWebHooks/blob/main/src/Microsoft.AspNet.WebHooks.Receivers/WebHooks/IWebHookReceiverConfig.cs) interface and particular implementations of that interface can be registered using any dependency injection model. The default implementation uses Application Settings which can either be set in the Web.config file, or, if using Azure Web Apps, can be set through the [Azure Portal](https://portal.azure.com/).

![Azure App Settings](_static/AzureAppSettings.png)

Expand Down

0 comments on commit 9e77fcf

Please sign in to comment.