diff --git a/aspnetcore/blazor/call-web-api.md b/aspnetcore/blazor/call-web-api.md index 9de6c7bdc3..db0a7cdb37 100644 --- a/aspnetcore/blazor/call-web-api.md +++ b/aspnetcore/blazor/call-web-api.md @@ -1180,7 +1180,7 @@ Various network tools are publicly available for testing web API backend apps di [`HttpClientTest` assets in the `dotnet/aspnetcore` GitHub repository](https://github.com/dotnet/aspnetcore/tree/main/src/Components/test/testassets/BasicTestApp/HttpClientTest) -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] ## Additional resources @@ -1778,7 +1778,7 @@ Various network tools are publicly available for testing web API backend apps di [`HttpClientTest` assets in the `dotnet/aspnetcore` GitHub repository](https://github.com/dotnet/aspnetcore/tree/main/src/Components/test/testassets/BasicTestApp/HttpClientTest) -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] ## Additional resources diff --git a/aspnetcore/blazor/components/event-handling.md b/aspnetcore/blazor/components/event-handling.md index daf6eaa17d..3f483605a7 100644 --- a/aspnetcore/blazor/components/event-handling.md +++ b/aspnetcore/blazor/components/event-handling.md @@ -73,7 +73,7 @@ For more information, see the following resources: * [`EventArgs` classes in the ASP.NET Core reference source (dotnet/aspnetcore `main` branch)](https://github.com/dotnet/aspnetcore/tree/main/src/Components/Web/src/Web) - [!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] + [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] * [MDN web docs: GlobalEventHandlers](https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers): Includes information on which HTML elements support each DOM event. @@ -393,7 +393,7 @@ For more information, see the following resources: * [`EventArgs` classes in the ASP.NET Core reference source (dotnet/aspnetcore `main` branch)](https://github.com/dotnet/aspnetcore/tree/main/src/Components/Web/src/Web) - [!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] + [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] * [MDN web docs: GlobalEventHandlers](https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers): Includes information on which HTML elements support each DOM event. @@ -565,7 +565,7 @@ For more information, see the following resources: * [`EventArgs` classes in the ASP.NET Core reference source (dotnet/aspnetcore `main` branch)](https://github.com/dotnet/aspnetcore/tree/main/src/Components/Web/src/Web) - [!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] + [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] * [MDN web docs: GlobalEventHandlers](https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers): Includes information on which HTML elements support each DOM event. diff --git a/aspnetcore/blazor/components/layouts.md b/aspnetcore/blazor/components/layouts.md index 1e60ddb206..63786c75e1 100644 --- a/aspnetcore/blazor/components/layouts.md +++ b/aspnetcore/blazor/components/layouts.md @@ -43,7 +43,7 @@ In an app created from a [Blazor project template](xref:blazor/project-structure [Blazor's CSS isolation feature](xref:blazor/components/css-isolation) applies isolated CSS styles to the `MainLayout` component. By convention, the styles are provided by the accompanying stylesheet of the same name, `Shared/MainLayout.razor.css`. The ASP.NET Core framework implementation of the stylesheet is available for inspection in the [ASP.NET Core reference source (dotnet/aspnetcore GitHub repository)](https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/Shared/MainLayout.razor.css). -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] ## Apply a layout @@ -256,7 +256,7 @@ In an app created from a [Blazor project template](xref:blazor/project-structure [Blazor's CSS isolation feature](xref:blazor/components/css-isolation) applies isolated CSS styles to the `MainLayout` component. By convention, the styles are provided by the accompanying stylesheet of the same name, `Shared/MainLayout.razor.css`. The ASP.NET Core framework implementation of the stylesheet is available for inspection in the [ASP.NET Core reference source (dotnet/aspnetcore GitHub repository)](https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/Shared/MainLayout.razor.css). -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] ## Apply a layout diff --git a/aspnetcore/blazor/forms-validation.md b/aspnetcore/blazor/forms-validation.md index 00b265b086..f2d3562642 100644 --- a/aspnetcore/blazor/forms-validation.md +++ b/aspnetcore/blazor/forms-validation.md @@ -308,7 +308,7 @@ The compon * [`DataAnnotationsValidator`](https://github.com/dotnet/AspNetCore/blob/main/src/Components/Forms/src/DataAnnotationsValidator.cs) * [`AddDataAnnotationsValidation`](https://github.com/dotnet/AspNetCore/blob/main/src/Components/Forms/src/EditContextDataAnnotationsExtensions.cs). -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] Blazor performs two types of validation: @@ -1296,7 +1296,7 @@ The compon * [`DataAnnotationsValidator`](https://github.com/dotnet/AspNetCore/blob/main/src/Components/Forms/src/DataAnnotationsValidator.cs) * [`AddDataAnnotationsValidation`](https://github.com/dotnet/AspNetCore/blob/main/src/Components/Forms/src/EditContextDataAnnotationsExtensions.cs). -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] Blazor performs two types of validation: @@ -2249,7 +2249,7 @@ The compon * [`DataAnnotationsValidator`](https://github.com/dotnet/AspNetCore/blob/main/src/Components/Forms/src/DataAnnotationsValidator.cs) * [`AddDataAnnotationsValidation`](https://github.com/dotnet/AspNetCore/blob/main/src/Components/Forms/src/EditContextDataAnnotationsExtensions.cs). -[!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] Blazor performs two types of validation: diff --git a/aspnetcore/blazor/includes/js-interop/size-limits.md b/aspnetcore/blazor/includes/js-interop/size-limits.md index 61817f7ae1..b0398dd273 100644 --- a/aspnetcore/blazor/includes/js-interop/size-limits.md +++ b/aspnetcore/blazor/includes/js-interop/size-limits.md @@ -42,7 +42,7 @@ Increasing the SignalR incoming message size limit comes at the cost of requirin One option for reading large payloads is to send the content in smaller chunks and process the payload as a . This can be used when reading large JSON payloads or if data is available in JS as raw bytes. For an example that demonstrates sending large binary payloads in Blazor Server that uses techniques similar to the [`InputFile` component](xref:blazor/file-uploads), see the [Binary Submit sample app](https://github.com/aspnet/samples/tree/main/samples/aspnetcore/blazor/BinarySubmit). -[!INCLUDE[](../aspnetcore-repo-ref-source-links.md)] +[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] Consider the following guidance when developing code that transfers a large amount of data between JS and Blazor in Blazor Server apps: diff --git a/aspnetcore/blazor/progressive-web-app.md b/aspnetcore/blazor/progressive-web-app.md index b56c643b05..dbcf41e585 100644 --- a/aspnetcore/blazor/progressive-web-app.md +++ b/aspnetcore/blazor/progressive-web-app.md @@ -95,7 +95,7 @@ To obtain static assets, use **one** of the following approaches: [Blazor WebAssembly project template `wwwroot` folder (dotnet/aspnetcore GitHub repository `main` branch)](https://github.com/dotnet/aspnetcore/tree/main/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot) - [!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] + [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] From the source `wwwroot` folder either in the app that you created or from the reference assets in the `dotnet/aspnetcore` GitHub repository, copy the following files into the app's `wwwroot` folder: @@ -451,7 +451,7 @@ To obtain static assets, use **one** of the following approaches: [Blazor WebAssembly project template `wwwroot` folder (dotnet/aspnetcore GitHub repository `main` branch)](https://github.com/dotnet/aspnetcore/tree/main/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot) - [!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] + [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] From the source `wwwroot` folder either in the app that you created or from the reference assets in the `dotnet/aspnetcore` GitHub repository, copy the following files into the app's `wwwroot` folder: @@ -807,7 +807,7 @@ To obtain static assets, use **one** of the following approaches: > > [Blazor WebAssembly project template `wwwroot` folder (dotnet/aspnetcore GitHub repository `main` branch)](https://github.com/dotnet/aspnetcore/tree/main/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot) > - > [!INCLUDE[](~/blazor/includes/aspnetcore-repo-ref-source-links.md)] + > [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] From the source `wwwroot` folder either in the app that you created or from the reference assets in the `dotnet/aspnetcore` GitHub repository, copy the following files into the app's `wwwroot` folder: diff --git a/aspnetcore/blazor/includes/aspnetcore-repo-ref-source-links.md b/aspnetcore/includes/aspnetcore-repo-ref-source-links.md similarity index 100% rename from aspnetcore/blazor/includes/aspnetcore-repo-ref-source-links.md rename to aspnetcore/includes/aspnetcore-repo-ref-source-links.md