Implemented interface members:
property
Name
Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider.Name
property
Name
Microsoft.AspNetCore.Http.Metadata.IFromHeaderMetadata.Name
2 writes to Name
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
57
endpoints.MapGet("/api/set-language", async (string? language, string? redirectUrl, [FromHeader(
Name
= "Accept-Language")] string? acceptLanguage, HttpContext httpContext) =>
CatalogDb (1)
ResetDbExtensions.cs (1)
16
app.MapPost("/reset-db", async ([FromHeader(
Name
= "Authorization")] string? key, CatalogDbContext dbContext, CatalogDbInitializer dbInitializer, CancellationToken cancellationToken) =>
1 reference to Name
Microsoft.AspNetCore.Mvc.Core (1)
FromHeaderAttribute.cs (1)
14
/// or the name specified in the <see cref="
Name
"/> property.