forked from dotnet/AspNetCore.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BULK UPDATE] DocuTune - Rebranding links (dotnet#27044)
* [BULK UPDATE] DocuTune - Rebranding links * Update cascading-values-and-parameters.md
- Loading branch information
1 parent
4410f91
commit 167954e
Showing
76 changed files
with
182 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This project is used for providing snippets to [the EF MVC Core tutorial series](https://docs.microsoft.com/aspnet/core/data/ef-mvc/intro). The sample project that's built by following the tutorials is at https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-mvc/intro/samples/cu-final. | ||
This project is used for providing snippets to [the EF MVC Core tutorial series](https://learn.microsoft.com/aspnet/core/data/ef-mvc/intro). The sample project that's built by following the tutorials is at https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-mvc/intro/samples/cu-final. |
2 changes: 1 addition & 1 deletion
2
aspnetcore/fundamentals/app-state/samples/2.x/SessionSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core Session Sample | ||
|
||
This sample illustrates the use of session state. This sample demonstrates the scenarios described in the [Session and app state in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/app-state) topic. | ||
This sample illustrates the use of session state. This sample demonstrates the scenarios described in the [Session and app state in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/app-state) topic. |
2 changes: 1 addition & 1 deletion
2
aspnetcore/fundamentals/change-tokens/samples/2.x/SampleApp/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ASP.NET Core Change Token Sample | ||
|
||
This sample illustrates the use of [ChangeToken](https://docs.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://docs.microsoft.com/aspnet/core/fundamentals/change-tokens) topic. | ||
This sample illustrates the use of [ChangeToken](https://learn.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://learn.microsoft.com/aspnet/core/fundamentals/change-tokens) topic. | ||
|
||
Run the sample and follow the instructions on the Index page. |
2 changes: 1 addition & 1 deletion
2
aspnetcore/fundamentals/change-tokens/samples/3.x/SampleApp/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ASP.NET Core Change Token Sample | ||
|
||
This sample illustrates the use of [ChangeToken](https://docs.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://docs.microsoft.com/aspnet/core/fundamentals/change-tokens) topic. | ||
This sample illustrates the use of [ChangeToken](https://learn.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://learn.microsoft.com/aspnet/core/fundamentals/change-tokens) topic. | ||
|
||
Run the sample and follow the instructions on the Index page. |
2 changes: 1 addition & 1 deletion
2
...core/fundamentals/configuration/index/samples/2.x/ConfigurationSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core Configuration Sample | ||
|
||
This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/configuration) topic. | ||
This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/configuration) topic. |
2 changes: 1 addition & 1 deletion
2
...core/fundamentals/configuration/index/samples/3.x/ConfigurationSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core Configuration Sample | ||
|
||
This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/configuration) topic. | ||
This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/configuration) topic. |
2 changes: 1 addition & 1 deletion
2
...ndamentals/dependency-injection/samples/2.x/DependencyInjectionSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core Dependency Injection Sample | ||
|
||
This sample illustrates the use of dependency injection with ASP.NET Core. This sample demonstrates the scenario described in the [Dependency injection in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/dependency-injection) topic. | ||
This sample illustrates the use of dependency injection with ASP.NET Core. This sample demonstrates the scenario described in the [Dependency injection in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/dependency-injection) topic. |
2 changes: 1 addition & 1 deletion
2
aspnetcore/fundamentals/file-providers/samples/2.x/FileProviderSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core File Provider Sample | ||
|
||
This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/file-providers) topic. | ||
This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/file-providers) topic. |
2 changes: 1 addition & 1 deletion
2
aspnetcore/fundamentals/file-providers/samples/3.x/FileProviderSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core File Provider Sample | ||
|
||
This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/file-providers) topic. | ||
This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/file-providers) topic. |
2 changes: 1 addition & 1 deletion
2
...e/fundamentals/host/hosted-services/samples/3.x/BackgroundTasksSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/fundamentals/host/hosted-services/samples/6.0/BackgroundTasksSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ls/host/platform-specific-configuration/samples/2.x/HostingStartupApp/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core Hosting Startup Sample | ||
|
||
This sample illustrates the use of [IHostingStartup](https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://docs.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration). | ||
This sample illustrates the use of [IHostingStartup](https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://learn.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration). |
2 changes: 1 addition & 1 deletion
2
...ls/host/platform-specific-configuration/samples/3.x/HostingStartupApp/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core Hosting Startup Sample | ||
|
||
This sample illustrates the use of [IHostingStartup](https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://docs.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration). | ||
This sample illustrates the use of [IHostingStartup](https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://learn.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
aspnetcore/fundamentals/logging/index/samples/2.x/TodoApiSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ASP.NET Core logging sample application | ||
|
||
This sample application is for the [ASP.NET Core Logging](https://docs.microsoft.com/aspnet/core/fundamentals/logging/index) article and is based on the sample created for the [First Web API with ASP.NET Core MVC](https://docs.microsoft.com/aspnet/core/tutorials/first-web-api) tutorial. | ||
This sample application is for the [ASP.NET Core Logging](https://learn.microsoft.com/aspnet/core/fundamentals/logging/index) article and is based on the sample created for the [First Web API with ASP.NET Core MVC](https://learn.microsoft.com/aspnet/core/tutorials/first-web-api) tutorial. |
Oops, something went wrong.