AspNetCore.Docs
AspNetCore.Docs copied to clipboard
Documentation for ASP.NET Core
***EDIT by @Rick-Anderson :*** Update middleware doc The documentation page [Routing in ASP.NET Core § Routing basics](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-6.0#routing-basics) has this to say: > Apps typically don't need to call `UseRouting` or...
This is the container issue for this doc. Reopen each issue you are working on so the owner is notified. Before any of these issues are fixed, we'll do #26505,...
The documentation for `[BindRequired]` attributes states that it cannot be applied to method parameters which is not accurate. --- #### Document Details ⚠ *Do not edit this section. It is...
[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 32374077-e02e-d6a6-1cea-05e58447b7cd * Version Independent ID: 86aeab13-1c25-9fc1-4e56-0390cb40c242...
I think that under heading: Utility base component classes to manage a DI scope, you mean to have Settings class implement the two interfaces underneath it: ``` public class Setting...
Per https://github.com/dotnet/aspnetcore/issues/29979 ... > I have an InputFile component and upload a file with it. The event `OnChange` gets raised fine. Now I click again on the browse button to...
https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-net-7-preview-1/#bind-the-request-body-as-a-stream-or-pipereader
Host config is not described in this article! It is described in the article linked to by "Host configuration" I think this is confusing. This article clearly is about app...
A couple of items to address: * Timed-out connections: See https://github.com/dotnet/aspnetcore/issues/42778#issuecomment-1188852129 for content to add. The `serverTimeout`/`serverTimeoutInMilliseconds` settings are in the SignalR config doc, which is cross-linked, but we don't...
`Input{X}` components are covered by the [*Forms and validation* topic](https://docs.microsoft.com/aspnet/core/blazor/forms-validation) with a central focus on using them with an edit context (`EditContext`/`EditForm`) pre-7.0. We already have one `Input{X}` component in...