https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.linkoptions.appendtrailingslash?view=aspnetcore-6.0
LinkOptions.AppendTrailingSlash Property (Microsoft.AspNetCore.Routing) | Microsoft Learn
Gets or sets a value indicating whether a trailing slash should be appended to the generated URLs.
propertymicrosoftaspnetcoreroutinglearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.eventcallbackworkitem?view=aspnetcore-10.0
EventCallbackWorkItem Struct (Microsoft.AspNetCore.Components) | Microsoft Learn
Wraps a callback delegate associated with an event.
structmicrosoftaspnetcorecomponentslearn
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.win-x64/CVE-2023-33170/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.app.runtime.win-x64/CVE-2023-33170/
https://learn.microsoft.com/es-es/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.validation.validationvisitor.metadataprovider?view=aspnetcore-9.0
ValidationVisitor.MetadataProvider Propiedad (Microsoft.AspNetCore.Mvc.ModelBinding.Validation) |...
Proveedor de metadatos del modelo.
propiedadmicrosoftaspnetcoremvcvalidation
https://learn.microsoft.com/fr-fr/dotnet/api/microsoft.aspnetcore.builder.staticfileoptions?view=aspnetcore-9.0
StaticFileOptions Classe (Microsoft.AspNetCore.Builder) | Microsoft Learn
Options de service des fichiers statiques
classemicrosoftaspnetcorebuilderlearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.defaulthttpcontextfactory?view=aspnetcore-10.0&viewFallbackFrom=aspnetcore-2.2
DefaultHttpContextFactory Class (Microsoft.AspNetCore.Http) | Microsoft Learn
A factory for creating HttpContext instances.
classmicrosoftaspnetcorehttplearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.applicationparts.applicationpartmanager.applicationparts?view=aspnetcore-3.1
ApplicationPartManager.ApplicationParts Property (Microsoft.AspNetCore.Mvc.ApplicationParts) |...
Gets the list of ApplicationPart instances. Instances in this collection are stored in precedence order. An ApplicationPart that appears earlier in the list...
propertymicrosoftaspnetcoremvc
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties.expiresutc?view=aspnetcore-10.0
AuthenticationProperties.ExpiresUtc Property (Microsoft.AspNetCore.Authentication) | Microsoft Learn
Gets or sets the time at which the authentication ticket expires.
propertymicrosoftaspnetcoreauthenticationlearn
https://learn.microsoft.com/de-de/dotnet/api/microsoft.aspnetcore.components.componentbase.buildrendertree?view=aspnetcore-8.0
ComponentBase.BuildRenderTree(RenderTreeBuilder) Methode (Microsoft.AspNetCore.Components) |...
Rendert die Komponente in der angegebenen RenderTreeBuilder.
methodemicrosoftaspnetcorecomponents
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.requestdelegateroutebuilderextensions.maproute?view=aspnetcore-6.0
RequestDelegateRouteBuilderExtensions.MapRoute Method (Microsoft.AspNetCore.Routing) | Microsoft...
Adds a route to the IRouteBuilder for the given template, and handler.
methodmicrosoftaspnetcorerouting
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.forms.inputcheckbox?view=aspnetcore-10.0
InputCheckbox Class (Microsoft.AspNetCore.Components.Forms) | Microsoft Learn
An input component for editing Boolean values.
classmicrosoftaspnetcorecomponentsforms
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.remoteauthenticationoptions.backchannelhttphandler?view=aspnetcore-10.0
RemoteAuthenticationOptions.BackchannelHttpHandler Property (Microsoft.AspNetCore.Authentication) |...
The HttpMessageHandler used to communicate with remote identity provider. This cannot be set at the same time as BackchannelCertificateValidator unless the...
propertymicrosoftaspnetcoreauthentication
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.rendering.ihtmlhelper.beginform?view=aspnetcore-10.0
IHtmlHelper.BeginForm Method (Microsoft.AspNetCore.Mvc.Rendering) | Microsoft Learn
methodmicrosoftaspnetcoremvcrendering
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.linux-musl-arm/
Nuget/Microsoft.AspNetCore.App.Runtime.linux-Musl-Arm | GitLab Advisory Database (GLAD)
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.viewengines.iview?view=aspnetcore-10.0
IView Interface (Microsoft.AspNetCore.Mvc.ViewEngines) | Microsoft Learn
Specifies the contract for a view.
iviewinterfacemicrosoftaspnetcoremvc
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.isession.loadasync?view=aspnetcore-10.0
ISession.LoadAsync Method (Microsoft.AspNetCore.Http) | Microsoft Learn
Load the session from the data store. This may throw if the data store is unavailable.
methodmicrosoftaspnetcorehttplearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.connections.features.itlshandshakefeature?view=aspnetcore-10.0
ITlsHandshakeFeature Interface (Microsoft.AspNetCore.Connections.Features) | Microsoft Learn
Represents the details about the TLS handshake.
interfacemicrosoftaspnetcoreconnectionsfeatures
https://learn.microsoft.com/de-de/dotnet/api/microsoft.aspnetcore.http.typedresults.nocontent?view=aspnetcore-10.0
TypedResults.NoContent Methode (Microsoft.AspNetCore.Http) | Microsoft Learn
Erzeugt eine Status204NoContent Antwort.
methodemicrosoftaspnetcorehttplearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.typefilterattribute?view=aspnetcore-5.0&ref=ngserve.io
TypeFilterAttribute Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
A filter that creates another filter of type ImplementationType, retrieving missing constructor arguments from dependency injection if available there.
classmicrosoftaspnetcoremvclearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.apiexplorer.apiparameterrouteinfo?view=aspnetcore-10.0
ApiParameterRouteInfo Class (Microsoft.AspNetCore.Mvc.ApiExplorer) | Microsoft Learn
A metadata description of routing information for an ApiParameterDescription.
classmicrosoftaspnetcoremvclearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.requestdelegateroutebuilderextensions.mapverb?view=aspnetcore-6.0
RequestDelegateRouteBuilderExtensions.MapVerb Method (Microsoft.AspNetCore.Routing) | Microsoft...
Adds a route to the IRouteBuilder that only matches HTTP requests for the given verb, template, and handler.
methodmicrosoftaspnetcorerouting
https://learn.microsoft.com/id-id/dotnet/api/microsoft.aspnetcore.hosting?view=aspnetcore-10.0
Microsoft.AspNetCore.Hosting Ruang nama | Microsoft Learn
Menyediakan jenis yang membantu mengonfigurasi dan memulai aplikasi web.
microsoftaspnetcorehostingruangnama
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.viewcomponents.viewcomponentfeature?view=aspnetcore-2.2
ViewComponentFeature Class (Microsoft.AspNetCore.Mvc.ViewComponents) | Microsoft Learn
The list of view component types in an MVC application.The ViewComponentFeature can be populated using the ApplicationPartManager that is available during...
classmicrosoftaspnetcoremvclearn
https://www.nuget.org/packages/swashbuckle.aspnetcore.swaggergen/
NuGet Gallery | Swashbuckle.AspNetCore.SwaggerGen 10.2.3
Swagger Generator for APIs built on ASP.NET Core
nuget galleryswashbuckleaspnetcore
https://learn.microsoft.com/es-es/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.binders.bodymodelbinder?view=aspnetcore-10.0
BodyModelBinder Clase (Microsoft.AspNetCore.Mvc.ModelBinding.Binders) | Microsoft Learn
que IModelBinder enlaza los modelos del cuerpo de la solicitud mediante un IInputFormatter objeto cuando un modelo tiene el origen Bodyde enlace .
clasemicrosoftaspnetcoremvcbinders
https://learn.microsoft.com/zh-tw/dotnet/api/azure.extensions.aspnetcore.configuration.secrets.keyvaultsecretmanager?view=azure-dotnet
KeyVaultSecretManager Class (Azure.Extensions.AspNetCore.Configuration.Secrets) - Azure for .NET...
Default implementation of KeyVaultSecretManager that loads all secrets and replaces '--' with ':' in key names.
classazureextensionsaspnetcoreconfiguration
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.cookiebuilder?view=aspnetcore-2.2
CookieBuilder Class (Microsoft.AspNetCore.Http) | Microsoft Learn
Defines settings used to create a cookie.
classmicrosoftaspnetcorehttplearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.forms.inputdatetype?view=aspnetcore-10.0
InputDateType Enum (Microsoft.AspNetCore.Components.Forms) | Microsoft Learn
enummicrosoftaspnetcorecomponentsforms
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.routing.locationchangedeventargs.isnavigationintercepted?view=aspnetcore-10.0
LocationChangedEventArgs.IsNavigationIntercepted Property (Microsoft.AspNetCore.Components.Routing)...
Gets a value that determines if navigation for the link was intercepted.
propertymicrosoftaspnetcorecomponentsrouting
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.metadata.itagsmetadata.tags?view=aspnetcore-10.0
ITagsMetadata.Tags Property (Microsoft.AspNetCore.Http.Metadata) | Microsoft Learn
Gets the collection of tags associated with the endpoint.
tagspropertymicrosoftaspnetcorehttp
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.linux-musl-arm/CVE-2023-33170/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.app.runtime.linux-musl-arm/CVE-2023-33170/
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.constraints.rangerouteconstraint?view=aspnetcore-6.0
RangeRouteConstraint Class (Microsoft.AspNetCore.Routing.Constraints) | Microsoft Learn
Constraints a route parameter to be an integer within a given range of values.
classmicrosoftaspnetcoreroutingconstraints
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.win-x64/CVE-2020-0602/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.app.runtime.win-x64/CVE-2020-0602/
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.forms.editcontextproperties?view=aspnetcore-10.0
EditContextProperties Class (Microsoft.AspNetCore.Components.Forms) | Microsoft Learn
Holds arbitrary key/value pairs associated with an EditContext. This can be used to track additional metadata for application-specific purposes.
classmicrosoftaspnetcorecomponentsforms
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.antiforgery.antiforgeryoptions.suppressxframeoptionsheader?view=aspnetcore-10.0
AntiforgeryOptions.SuppressXFrameOptionsHeader Property (Microsoft.AspNetCore.Antiforgery) |...
Specifies whether to suppress the generation of X-Frame-Options header which is used to prevent ClickJacking. By default, the X-Frame-Options header is...
propertymicrosoftaspnetcore
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.linux-musl-x64/CVE-2020-1597/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.app.runtime.linux-musl-x64/CVE-2020-1597/
https://learn.microsoft.com/ja-jp/dotnet/api/microsoft.aspnetcore.components.authorization?view=aspnetcore-10.0
Microsoft.AspNetCore.Components.Authorization Namespace | Microsoft Learn
Provides classes for retrieving information about the current authentication state.
microsoftaspnetcorecomponentsauthorizationnamespace
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iurlhelper.content?view=aspnetcore-6.0
IUrlHelper.Content(String) Method (Microsoft.AspNetCore.Mvc) | Microsoft Learn
Converts a virtual (relative, starting with ~/) path to an application absolute path.
contentstringmethodmicrosoftaspnetcore
https://learn.microsoft.com/it-it/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.binders.bytearraymodelbinder?view=aspnetcore-8.0
ByteArrayModelBinder Classe (Microsoft.AspNetCore.Mvc.ModelBinding.Binders) | Microsoft Learn
ModelBinder per associare matrici di byte.
classemicrosoftaspnetcoremvcbinders
https://learn.microsoft.com/id-id/dotnet/api/microsoft.aspnetcore.hosting.server.iserver?view=aspnetcore-10.0
IServer Antarmuka (Microsoft.AspNetCore.Hosting.Server) | Microsoft Learn
hosting serveriserverantarmukamicrosoftaspnetcore
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.razor.compilation?view=aspnetcore-1.1
Microsoft.AspNetCore.Mvc.Razor.Compilation Namespace | Microsoft Learn
Provides types required to support compilation of Razor Pages and Razor Views.
microsoftaspnetcoremvcrazorcompilation
https://learn.microsoft.com/de-de/dotnet/api/microsoft.aspnetcore.http.typedresults.validationproblem?view=aspnetcore-10.0
TypedResults.ValidationProblem Method (Microsoft.AspNetCore.Http) | Microsoft Learn
Produces a Status400BadRequest response with an HttpValidationProblemDetails value.
methodmicrosoftaspnetcorehttplearn
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.linux-musl-arm/CVE-2022-38013/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.app.runtime.linux-musl-arm/CVE-2022-38013/
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc?view=aspnetcore-10.0
Microsoft.AspNetCore.Mvc Namespace | Microsoft Learn
Provides types required to build an MVC app.
microsoftaspnetcoremvcnamespacelearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.navigationmanager.navigateto?view=aspnetcore-9.0
NavigationManager.NavigateTo Method (Microsoft.AspNetCore.Components) | Microsoft Learn
Navigates to the specified URI.
methodmicrosoftaspnetcorecomponentslearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.web.headcontent?view=aspnetcore-10.0
HeadContent Class (Microsoft.AspNetCore.Components.Web) | Microsoft Learn
Provides content to HeadOutlet components.
classmicrosoftaspnetcorecomponentsweb
https://advisories.gitlab.com/nuget/cie.aspnetcore.authentication/CVE-2025-24895/
AspNetCore Remote Authenticator for CIE3.0 Allows SAML Response Signature Verification Bypass |...
CVE-2025-24895 AspNetCore Remote Authenticator for CIE3.0 Allows SAML Response Signature Verification Bypass: Authentication using Spid and CIE is based on the...
remote authenticator
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httpresults.accepted-1.location?view=aspnetcore-10.0
AcceptedTValue.Location Property (Microsoft.AspNetCore.Http.HttpResults) | Microsoft Learn
Gets the location at which the status of the requested content can be monitored.
locationpropertymicrosoftaspnetcorehttp
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.app.runtime.win-x64/CVE-2021-1723/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.app.runtime.win-x64/CVE-2021-1723/
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.applicationparts.applicationpartfactory.-ctor?view=aspnetcore-10.0
ApplicationPartFactory Constructor (Microsoft.AspNetCore.Mvc.ApplicationParts) | Microsoft Learn
Learn more about the Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartFactory.ApplicationPartFactory in the Microsoft.AspNetCore.Mvc.ApplicationParts...
constructormicrosoftaspnetcoremvclearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.persistentstateattribute?view=aspnetcore-10.0
PersistentStateAttribute Class (Microsoft.AspNetCore.Components) | Microsoft Learn
Indicates that the value for the parameter might come from persistent component state from a previous render.
classmicrosoftaspnetcorecomponentslearn
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.jsonresult.executeresultasync?view=aspnetcore-10.0
JsonResult.ExecuteResultAsync(ActionContext) Method (Microsoft.AspNetCore.Mvc) | Microsoft Learn
Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method.
methodmicrosoftaspnetcoremvclearn
https://learn.microsoft.com/zh-tw/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute?view=aspnetcore-10.0
ControllerBase.RedirectToRoute Method (Microsoft.AspNetCore.Mvc) | Microsoft Learn
Redirects (Status302Found) to the specified route using the specified routeValues.
methodmicrosoftaspnetcoremvclearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.routing.navlinkmatch?view=aspnetcore-10.0
NavLinkMatch Enum (Microsoft.AspNetCore.Components.Routing) | Microsoft Learn
Modifies the URL matching behavior for a NavLink.
enummicrosoftaspnetcorecomponentsrouting
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.testhost.testserver?view=aspnetcore-8.0
TestServer Class (Microsoft.AspNetCore.TestHost) | Microsoft Learn
An IServer implementation for executing tests.
testserverclassmicrosoftaspnetcorelearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.webassembly.authentication.authorizationmessagehandler?view=aspnetcore-10.0
AuthorizationMessageHandler Class (Microsoft.AspNetCore.Components.WebAssembly.Authentication) |...
A DelegatingHandler that attaches access tokens to outgoing HttpResponseMessage instances. Access tokens will only be added when the request URI is within one...
classmicrosoftaspnetcorecomponentswebassembly
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httprequestjsonextensions?view=aspnetcore-10.0&viewFallbackFrom=aspnetcore-2.2
HttpRequestJsonExtensions Class (Microsoft.AspNetCore.Http) | Microsoft Learn
Extension methods to read the request body as JSON.
classmicrosoftaspnetcorehttplearn
https://learn.microsoft.com/it-it/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.binders.complexobjectmodelbinder?view=aspnetcore-8.0
ComplexObjectModelBinder Classe (Microsoft.AspNetCore.Mvc.ModelBinding.Binders) | Microsoft Learn
IModelBinder implementazione per l'associazione di tipi complessi.
classemicrosoftaspnetcoremvcbinders
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.routing?view=aspnetcore-10.0
Microsoft.AspNetCore.Components.Routing Namespace | Microsoft Learn
Provides components that support rendering and mapping routes to components. Not intended for use outside the Blazor framework.
microsoftaspnetcorecomponentsroutingnamespace
https://www.nuget.org/stats/packages/swashbuckle.aspnetcore.swaggergen?groupby=Version
NuGet Gallery | Package Downloads for swashbuckle.aspnetcore.swaggergen
nuget gallerypackagedownloadsswashbuckleaspnetcore
https://learn.microsoft.com/pl-pl/dotnet/api/microsoft.aspnetcore.builder.corsendpointconventionbuilderextensions.requirecors?view=aspnetcore-10.0
CorsEndpointConventionBuilderExtensions.RequireCors Method (Microsoft.AspNetCore.Builder) |...
Adds a CORS policy with the default policy name to the endpoint(s).
methodmicrosoftaspnetcorebuilder
https://community.atlassian.com/forums/Bitbucket-questions/Piplines-build-failed-for-Microsoft-AspNetCore-Identity/qaq-p/1062115
Piplines build failed for Microsoft.AspNetCore.Ide...
Nov 27, 2019 - Hi. I've try to setup pipeline build for .net core project and I've faced with this error:
for microsoftbuildfailedaspnetcoreide
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.routebase.parsedtemplate?view=aspnetcore-6.0
RouteBase.ParsedTemplate Property (Microsoft.AspNetCore.Routing) | Microsoft Learn
Gets the RouteTemplate associated with the route.
propertymicrosoftaspnetcoreroutinglearn
https://advisories.gitlab.com/pkg/nuget/microsoft.aspnetcore.server.kestrel.core/GMS-2018-38/
https://advisories.gitlab.com/nuget/microsoft.aspnetcore.server.kestrel.core/GMS-2018-38/
https://learn.microsoft.com/de-de/dotnet/api/microsoft.aspnetcore.components.layoutcomponentbase.body?view=aspnetcore-10.0
LayoutComponentBase.Body Eigenschaft (Microsoft.AspNetCore.Components) | Microsoft Learn
Ruft den Inhalt ab, der innerhalb des Layouts gerendert werden soll.
bodyeigenschaftmicrosoftaspnetcorecomponents
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.hosting.webhostbuilderextensions.usedefaultserviceprovider?view=aspnetcore-10.0
WebHostBuilderExtensions.UseDefaultServiceProvider Method (Microsoft.AspNetCore.Hosting) |...
Configures the default service provider
methodmicrosoftaspnetcorehosting
https://learn.microsoft.com/ja-jp/dotnet/api/microsoft.aspnetcore.openapi.openapioptions.adddocumenttransformer?view=aspnetcore-10.0
OpenApiOptions.AddDocumentTransformer Method (Microsoft.AspNetCore.OpenApi) | Microsoft Learn
Registers a given instance of IOpenApiDocumentTransformer on the current OpenApiOptions instance.
methodmicrosoftaspnetcoreopenapilearn
https://learn.microsoft.com/ja-jp/dotnet/api/microsoft.aspnetcore.localization.providercultureresult?view=aspnetcore-10.0
ProviderCultureResult Class (Microsoft.AspNetCore.Localization) | Microsoft Learn
Details about the cultures obtained from IRequestCultureProvider.
classmicrosoftaspnetcorelocalizationlearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.signalr.client.hubconnectionbuilder.gettype?view=aspnetcore-2.2
HubConnectionBuilder.GetType Method (Microsoft.AspNetCore.SignalR.Client) | Microsoft Learn
Gets the Type of the current instance.
gettypemethodmicrosoftaspnetcoresignalr
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.applicationparts.nullapplicationpartfactory.-ctor?view=aspnetcore-10.0
NullApplicationPartFactory Constructor (Microsoft.AspNetCore.Mvc.ApplicationParts) | Microsoft Learn
Learn more about the Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory.NullApplicationPartFactory in the...
constructormicrosoftaspnetcoremvclearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.formatters.systemtextjsonoutputformatter?view=aspnetcore-8.0
SystemTextJsonOutputFormatter Class (Microsoft.AspNetCore.Mvc.Formatters) | Microsoft Learn
A TextOutputFormatter for JSON content that uses JsonSerializer.
classmicrosoftaspnetcoremvcformatters
https://learn.microsoft.com/zh-tw/dotnet/api/microsoft.aspnetcore.hosting.webhostbuilder?view=aspnetcore-10.0
WebHostBuilder Class (Microsoft.AspNetCore.Hosting) | Microsoft Learn
A builder for IWebHost
classmicrosoftaspnetcorehostinglearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.routecollection.getvirtualpath?view=aspnetcore-6.0
RouteCollection.GetVirtualPath(VirtualPathContext) Method (Microsoft.AspNetCore.Routing) |...
Returns the URL that is associated with the route details provided in context
methodmicrosoftaspnetcorerouting
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.iroutenamemetadata?view=aspnetcore-10.0
IRouteNameMetadata Interface (Microsoft.AspNetCore.Routing) | Microsoft Learn
Represents metadata used during link generation to find the associated endpoint using route name.
interfacemicrosoftaspnetcoreroutinglearn
https://learn.microsoft.com/fr-fr/dotnet/api/microsoft.aspnetcore.builder.exceptionhandlerextensions.useexceptionhandler?view=aspnetcore-10.0
ExceptionHandlerExtensions.UseExceptionHandler Method (Microsoft.AspNetCore.Builder) | Microsoft...
Adds a middleware to the pipeline that will catch exceptions, log them, and re-execute the request in an alternate pipeline. The request will not be...
methodmicrosoftaspnetcorebuilder
https://learn.microsoft.com/pt-br/dotnet/api/microsoft.aspnetcore.mvc.controller?view=aspnetcore-10.0
Controller Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
A base class for an MVC controller with view support.
controllerclassmicrosoftaspnetcoremvc
https://learn.microsoft.com/ko-kr/dotnet/api/microsoft.aspnetcore.server.kestrel.core.listenoptions?view=aspnetcore-10.0
ListenOptions Class (Microsoft.AspNetCore.Server.Kestrel.Core) | Microsoft Learn
Describes either an IPEndPoint, Unix domain socket path, named pipe name, or a file descriptor for an already open socket that Kestrel should bind to or open.
classmicrosoftaspnetcoreserverkestrel
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.infrastructure.actiondescriptorcollectionprovider.getchangetoken?view=aspnetcore-9.0
ActionDescriptorCollectionProvider.GetChangeToken Method (Microsoft.AspNetCore.Mvc.Infrastructure)...
Gets an IChangeToken that will be signaled after the ActionDescriptors collection has changed.
methodmicrosoftaspnetcoremvcinfrastructure
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.dataprotection.idataprotector.protect?view=aspnetcore-10.0
IDataProtector.Protect(Byte[]) Method (Microsoft.AspNetCore.DataProtection) | Microsoft Learn
Cryptographically protects a piece of plaintext data.
protectbytemethodmicrosoftaspnetcore
https://learn.microsoft.com/id-id/dotnet/api/microsoft.aspnetcore.http.httpcontext?view=aspnetcore-10.0
HttpContext Class (Microsoft.AspNetCore.Http) | Microsoft Learn
Encapsulates all HTTP-specific information about an individual HTTP request.
httpcontextclassmicrosoftaspnetcorelearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.iauthenticationservice?view=aspnetcore-8.0
IAuthenticationService Interface (Microsoft.AspNetCore.Authentication) | Microsoft Learn
Used to provide authentication.
interfacemicrosoftaspnetcoreauthenticationlearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.routebase.getconstraints?view=aspnetcore-6.0
RouteBase.GetConstraints Method (Microsoft.AspNetCore.Routing) | Microsoft Learn
Extracts constatins from a given RouteTemplate.
methodmicrosoftaspnetcoreroutinglearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httpresults.unprocessableentity-1.statuscode?view=aspnetcore-10.0
UnprocessableEntityTValue.StatusCode Property (Microsoft.AspNetCore.Http.HttpResults) | Microsoft...
Gets the HTTP status code: Status422UnprocessableEntity
statuscodepropertymicrosoftaspnetcorehttp
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.signalr.client.hubconnectionbuilderhttpextensions.withurl?view=aspnetcore-2.2
HubConnectionBuilderHttpExtensions.WithUrl Method (Microsoft.AspNetCore.SignalR.Client) | Microsoft...
Configures the HubConnection to use HTTP-based transports to connect to the specified URL.
methodmicrosoftaspnetcoresignalrclient
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.filters.ifilterfactory.isreusable?view=aspnetcore-10.0
IFilterFactory.IsReusable Property (Microsoft.AspNetCore.Mvc.Filters) | Microsoft Learn
Gets a value that indicates if the result of CreateInstance(IServiceProvider) can be reused across requests.
propertymicrosoftaspnetcoremvcfilters
https://learn.microsoft.com/de-de/dotnet/api/microsoft.aspnetcore.components.webassembly.hosting?view=aspnetcore-10.0
Microsoft.AspNetCore.Components.WebAssembly.Hosting Namespace | Microsoft Learn
Stellt Typen bereit, die beim Konfigurieren und Starten von Web-Blazor WebAssembly-Apps helfen.
microsoftaspnetcorecomponentswebassemblyhosting
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.actionconstraints?view=aspnetcore-10.0
Microsoft.AspNetCore.Mvc.ActionConstraints Namespace | Microsoft Learn
Provides contracts and implementations for action constraints.
microsoftaspnetcoremvcnamespacelearn
https://learn.microsoft.com/zh-cn/dotnet/api/microsoft.aspnetcore.mvc.infrastructure.problemdetailsfactory?view=aspnetcore-10.0
ProblemDetailsFactory Class (Microsoft.AspNetCore.Mvc.Infrastructure) | Microsoft Learn
Factory to produce ProblemDetails and ValidationProblemDetails.
classmicrosoftaspnetcoremvcinfrastructure
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.cookieoptions?view=aspnetcore-2.2
CookieOptions Class (Microsoft.AspNetCore.Http) | Microsoft Learn
Options used to create a new cookie.
classmicrosoftaspnetcorehttplearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.iauthenticationservice.signoutasync?view=aspnetcore-10.0
IAuthenticationService.SignOutAsync Method (Microsoft.AspNetCore.Authentication) | Microsoft Learn
Sign out the specified authentication scheme.
methodmicrosoftaspnetcoreauthenticationlearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.filters.authorizationfiltercontext.result?view=aspnetcore-10.0
AuthorizationFilterContext.Result Property (Microsoft.AspNetCore.Mvc.Filters) | Microsoft Learn
Gets or sets the result of the request. Setting Result to a non-null value inside an authorization filter will short-circuit the remainder of the filter...
resultpropertymicrosoftaspnetcoremvc
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.builder.usemiddlewareextensions.usemiddleware?view=aspnetcore-10.0
UseMiddlewareExtensions.UseMiddleware Method (Microsoft.AspNetCore.Builder) | Microsoft Learn
Adds a middleware type to the application's request pipeline.
methodmicrosoftaspnetcorebuilderlearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.cookiesecurepolicy?view=aspnetcore-2.2
CookieSecurePolicy Enum (Microsoft.AspNetCore.Http) | Microsoft Learn
Determines how cookie security properties are set.
enummicrosoftaspnetcorehttplearn
https://learn.microsoft.com/fr-fr/dotnet/api/microsoft.aspnetcore.dataprotection.repositories.ixmlrepository?view=aspnetcore-10.0
IXmlRepository Interface (Microsoft.AspNetCore.DataProtection.Repositories) | Microsoft Learn
The basic interface for storing and retrieving XML elements.
interfacemicrosoftaspnetcoredataprotectionrepositories
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.applicationmodels.ipageroutemodelconvention.apply?view=aspnetcore-10.0
IPageRouteModelConvention.Apply(PageRouteModel) Method (Microsoft.AspNetCore.Mvc.ApplicationModels)...
Called to apply the convention to the PageRouteModel.
applymethodmicrosoftaspnetcoremvc
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httpresults.acceptedatroute.executeasync?view=aspnetcore-10.0
AcceptedAtRoute.ExecuteAsync(HttpContext) Method (Microsoft.AspNetCore.Http.HttpResults) |...
Write an HTTP response reflecting the result.
httpcontextmethodmicrosoftaspnetcore
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httpresults.createdatroute-1.executeasync?view=aspnetcore-10.0
CreatedAtRouteTValue.ExecuteAsync(HttpContext) Method (Microsoft.AspNetCore.Http.HttpResults) |...
Write an HTTP response reflecting the result.
httpcontextmethodmicrosoftaspnetcore
https://learn.microsoft.com/it-it/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.binders.formfilemodelbinder?view=aspnetcore-8.0
FormFileModelBinder Classe (Microsoft.AspNetCore.Mvc.ModelBinding.Binders) | Microsoft Learn
IModelBinder implementazione per associare i file pubblicati a IFormFile.
classemicrosoftaspnetcoremvcbinders
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.routing.constraints.filenamerouteconstraint?view=aspnetcore-6.0
FileNameRouteConstraint Class (Microsoft.AspNetCore.Routing.Constraints) | Microsoft Learn
Constrains a route parameter to represent only file name values. Does not validate that the route value contains valid file system characters, or that the...
classmicrosoftaspnetcoreroutingconstraints
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.controller.view?view=aspnetcore-10.0
Controller.View Method (Microsoft.AspNetCore.Mvc) | Microsoft Learn
Creates a ViewResult object that renders a view to the response.
controllerviewmethodmicrosoftaspnetcore