tamili.blogg.se

Haiki soeikoli builders
Haiki soeikoli builders




With the EndpointDataSource instances built from configured IEndpointRouteBuilder. UseEndpoints(IApplicationBuilder, Action)Īdds a middleware to the specified IApplicationBuilder UseDirectoryBrowser(IApplicationBuilder, String)Įnables directory browsing for the given request path UseDirectoryBrowser(IApplicationBuilder, DirectoryBrowserOptions)Įnable directory browsing with the given options UseDeveloperExceptionPage(IApplicationBuilder, DeveloperExceptionPageOptions)Įnable directory browsing on the current path UseDeveloperExceptionPage(IApplicationBuilder)Ĭaptures synchronous and asynchronous Exception instances from the pipeline and generates HTML error responses. UseDefaultFiles(IApplicationBuilder, String)Įnables default file mapping for the given request path UseDefaultFiles(IApplicationBuilder, DefaultFilesOptions)Įnables default file mapping with the given options When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.Įnables default file mapping on the current path UseDatabaseErrorPage(IApplicationBuilder)Ĭaptures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework UseCookiePolicy(IApplicationBuilder, CookiePolicyOptions)Īdds a CORS middleware to your web application pipeline to allow cross domain requests. The recommended alternative is to use MapConnections or MapConnectionHandler inside (.).Īdds the CookiePolicyMiddleware handler to the specified IApplicationBuilder, which enables cookie policy capabilities.

haiki soeikoli builders

This method is obsolete and will be removed in a future version. UseConnections(IApplicationBuilder, Action)Īdds support for ASP.NET Core Connection Handlers to the IApplicationBuilder request execution pipeline.

haiki soeikoli builders

UseConcurrencyLimiter(IApplicationBuilder)Īdds the ConcurrencyLimiterMiddleware to limit the number of concurrently-executing requests. This path must correspond to a referenced Blazor WebAssembly application project.

haiki soeikoli builders

UseBlazorFrameworkFiles(IApplicationBuilder, PathString)Ĭonfigures the application to serve Blazor WebAssembly framework files from the path pathPrefix. UseBlazorFrameworkFiles(IApplicationBuilder)Ĭonfigures the application to serve Blazor WebAssembly framework files from the root path "/". UseCertificateForwarding(IApplicationBuilder)Īdds a middleware to the pipeline that will look for a certificate in a request headerĭecode it, and updates. When authorizing a resource that is routed using endpoint routing, this call must appear between the calls toĪpp.UseRouting() and app.UseEndpoints(.) for the middleware to function correctly. UseRequestLocalization(IApplicationBuilder, String)Īdds the AuthenticationMiddleware to the specified IApplicationBuilder, which enables authentication capabilities.Īdds the AuthorizationMiddleware to the specified IApplicationBuilder, which enables authorization capabilities. UseRequestLocalization(IApplicationBuilder, Action) UseRequestLocalization(IApplicationBuilder, RequestLocalizationOptions) Requests based on information provided by the client. The created clone has the same properties as the current instance, but does not copyĪdds the middleware to the application request pipeline.Įxtension Methods UseRequestLocalization(IApplicationBuilder)Īdds the RequestLocalizationMiddleware to automatically set culture information for Produces a RequestDelegate that executes added middlewares.Ĭreates a copy of this application builder. Gets the IFeatureCollection for server features.

haiki soeikoli builders

Gets a set of properties for ApplicationBuilder. Gets the IServiceProvider for application services. Initializes a new instance of ApplicationBuilder.ĪpplicationBuilder(IServiceProvider, Object)






Haiki soeikoli builders