Skip to main content

Definition

Assembly: Microsoft.AspNetCore.Http.Abstractions.dll Namespace: Microsoft.AspNetCore.Builder

Syntax

Microsoft.AspNetCore.Builder.IApplicationBuilder

Summary

This type is defined in Microsoft.AspNetCore.Http.Abstractions.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

UseClaimsPrincipals Extension

Extension method from Microsoft.AspNetCore.Builder.Restier_IApplicationBuilderExtensions

Syntax

public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseClaimsPrincipals(Microsoft.AspNetCore.Builder.IApplicationBuilder app)

Parameters

NameTypeDescription
appMicrosoft.AspNetCore.Builder.IApplicationBuilder-

Returns

Type: Microsoft.AspNetCore.Builder.IApplicationBuilder

UseRestierBatching Extension

Extension method from Microsoft.AspNetCore.Builder.Restier_IApplicationBuilderExtensions
Register the app for Restier OData Batching.

Syntax

public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseRestierBatching(Microsoft.AspNetCore.Builder.IApplicationBuilder app)

Parameters

NameTypeDescription
appMicrosoft.AspNetCore.Builder.IApplicationBuilderThe IApplicationBuilder instance to enhance.

Returns

Type: Microsoft.AspNetCore.Builder.IApplicationBuilder The fluent IApplicationBuilder instance.

UseRestierSwagger Extension

Extension method from Microsoft.AspNetCore.Builder.Restier_AspNetCore_Swagger_IApplicationBuilderExtensions

Syntax

public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseRestierSwagger(Microsoft.AspNetCore.Builder.IApplicationBuilder app, bool addUI = true)

Parameters

NameTypeDescription
appMicrosoft.AspNetCore.Builder.IApplicationBuilder-
addUIbool-

Returns

Type: Microsoft.AspNetCore.Builder.IApplicationBuilder