Links: ASP.NET Core (2021-05) (#22231)

pull/22238/head
Kent Sharkey 2021-05-07 16:46:06 -07:00 committed by GitHub
parent 89abe5cc9f
commit a15b056735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ The `AuthorizationApplicationModelProvider` is responsible for applying the beha
The `CorsApplicationModelProvider` implements behavior associated with <xref:Microsoft.AspNetCore.Cors.Infrastructure.IEnableCorsAttribute> and <xref:Microsoft.AspNetCore.Cors.Infrastructure.IDisableCorsAttribute>. For more information, see <xref:security/cors>.
Information on the framework's internal providers described in this section aren't available via the [.NET API browser](https://docs.microsoft.com/dotnet/api/). However, the providers may be inspected in the [ASP.NET Core reference source (dotnet/aspnetcore GitHub repository)](https://github.com/dotnet/aspnetcore). Use GitHub search to find the providers by name and select the version of the source with the **Switch branches/tags** dropdown list.
Information on the framework's internal providers described in this section aren't available via the [.NET API browser](/dotnet/api/). However, the providers may be inspected in the [ASP.NET Core reference source (dotnet/aspnetcore GitHub repository)](https://github.com/dotnet/aspnetcore). Use GitHub search to find the providers by name and select the version of the source with the **Switch branches/tags** dropdown list.
## Conventions
@ -217,4 +217,4 @@ The application model exposes an <xref:Microsoft.AspNetCore.Mvc.ApplicationModel
[!code-csharp[](./application-model/sample/src/AppModelSample/Conventions/EnableApiExplorerApplicationConvention.cs)]
Using this approach (and additional conventions if required), API visibility is enabled or disabled at any level within an app.
Using this approach (and additional conventions if required), API visibility is enabled or disabled at any level within an app.