mirror of
https://github.com/dotnet/AspNetCore.Docs.git
synced 2026-06-20 01:57:41 +00:00
Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
- C# 54.1%
- HTML 24.6%
- JavaScript 16.1%
- Less 2.7%
- CSS 1.6%
- Other 0.9%
* Add docs for C# union types in ASP.NET Core (.NET 11) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Replace dotnet GitHub issue links with published docs references Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Clarify union deserialization ambiguity under web defaults Document that AllowReadingFromString in web defaults makes numeric+string unions ambiguous on the String token in Minimal APIs and MVC (400 without a classifier), while plain STJ and SignalR JsonHubProtocol deserialize them without a classifier. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review feedback on unions article - Link Request Delegate Generator to RDG docs - Replace raw tested-scenario list with concise prose and a showcase snippet - Scope MVC section to controllers only (drop Razor Pages) - Show Cat/Dog component schemas in the OpenAPI example - Invite parameter-binding feedback via aspnetcore#66648; drop redundant closing line Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Simplify classifier reader usage and trim repeated AllowReadingFromString mentions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * address PR comments * Move C# unions article out of minimal-apis and add Blazor coverage The article covers unions across Minimal APIs, MVC, SignalR, Blazor, and OpenAPI, so it doesn't belong under the Minimal APIs node. Move it to fundamentals/unions (uid fundamentals/unions) and update the TOC and the what's-new include xref. No redirect is needed because the article is new in this unmerged PR and was never published. Add a Blazor section documenting union support across component parameters, JavaScript interop, persisted component state, and prerendering, plus the non-body binding limitation for [SupplyParameterFromQuery] and [SupplyParameterFromForm]. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update aspnetcore/fundamentals/unions.md Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Update aspnetcore/fundamentals/unions.md Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Update aspnetcore/fundamentals/unions.md Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Apply suggestions from code review Co-authored-by: Wade Pickett <wpickett@microsoft.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Wade Pickett <wpickett@microsoft.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| aspnetcore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .markdownlint.json | ||
| .openpublishing.publish.config.json | ||
| .openpublishing.redirection.json | ||
| .repoman.yml | ||
| .whatsnew.json | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| cspell.json | ||
| LICENSE | ||
| LICENSE-CODE | ||
| quest-config.json | ||
| README.md | ||
| ThirdPartyNotices | ||
ASP.NET Core Docs
This repository contains the official ASP.NET Core documentation. See the Contributing Guide and the issues list if you would like to help.
The dotnet/AspNetDocs GitHub repositorycontains the ASP.NET 4.x documentation.
How to open an issue
If the issue is with an ASP.NET Core document:
- Do not open a blank issue.
- Open the issue using the Open a documentation issue link and feedback form at the bottom of the article.
Using the Open a documentation issue link and form to open an issue adds article metadata for tracking, which indicates the article that you're commenting on and automatically pings the author for a faster response.
If the issue is:
- A simple typo or similar correction, you can submit a PR. See the contributor guide for instructions.
- A general support question, consider asking on a support forum site:
- A site design concern, create an issue at MicrosoftDocs/Feedback.
- A problem completing a tutorial, compare your code with the completed sample.
- A duplicate of an open or closed issue, leave a comment on that issue.