Links: ASP.NET Core (2021-05) (#22231)
parent
89abe5cc9f
commit
a15b056735
|
@ -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.
|
Loading…
Reference in New Issue