Op Englesch liesen

Deelen iwwer


WelcomePageExtensions.UseWelcomePage Method

Definition

Overloads

UseWelcomePage(IApplicationBuilder)

Adds the WelcomePageMiddleware to the pipeline.

UseWelcomePage(IApplicationBuilder, WelcomePageOptions)

Adds the WelcomePageMiddleware to the pipeline with the given options.

UseWelcomePage(IApplicationBuilder, PathString)

Adds the WelcomePageMiddleware to the pipeline with the given path.

UseWelcomePage(IApplicationBuilder, String)

Adds the WelcomePageMiddleware to the pipeline with the given path.

UseWelcomePage(IApplicationBuilder)

Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs

Adds the WelcomePageMiddleware to the pipeline.

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);

Parameters

Returns

Applies to

ASP.NET Core 9.0 an aner Versiounen
Produkt Versiounen
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

UseWelcomePage(IApplicationBuilder, WelcomePageOptions)

Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs

Adds the WelcomePageMiddleware to the pipeline with the given options.

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.WelcomePageOptions options);

Parameters

Returns

Applies to

ASP.NET Core 9.0 an aner Versiounen
Produkt Versiounen
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

UseWelcomePage(IApplicationBuilder, PathString)

Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs

Adds the WelcomePageMiddleware to the pipeline with the given path.

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Http.PathString path);

Parameters

path
PathString

Returns

Applies to

ASP.NET Core 9.0 an aner Versiounen
Produkt Versiounen
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

UseWelcomePage(IApplicationBuilder, String)

Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs
Source:
WelcomePageExtensions.cs

Adds the WelcomePageMiddleware to the pipeline with the given path.

C#
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string path);

Parameters

path
String

Returns

Applies to

ASP.NET Core 9.0 an aner Versiounen
Produkt Versiounen
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0