Move ref source INCLUDE to repo root (#23202)
parent
4ddf98fbd1
commit
ac592f8a5a
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -308,7 +308,7 @@ The <xref:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator> 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 <xref:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator> 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 <xref:Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator> 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:
|
||||
|
||||
|
|
|
@ -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 <xref:System.IO.Stream>. 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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue