WelcomePageExtensions.UseWelcomePage Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
UseWelcomePage(IApplicationBuilder) |
Dodaje element WelcomePageMiddleware do potoku. |
UseWelcomePage(IApplicationBuilder, WelcomePageOptions) |
Dodaje element WelcomePageMiddleware do potoku z podanymi opcjami. |
UseWelcomePage(IApplicationBuilder, PathString) |
Dodaje element WelcomePageMiddleware do potoku przy użyciu podanej ścieżki. |
UseWelcomePage(IApplicationBuilder, String) |
Dodaje element WelcomePageMiddleware do potoku przy użyciu podanej ścieżki. |
UseWelcomePage(IApplicationBuilder)
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
Dodaje element WelcomePageMiddleware do potoku.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseWelcomePage(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseWelcomePage : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseWelcomePage (app As IApplicationBuilder) As IApplicationBuilder
Parametry
Zwraca
Dotyczy
UseWelcomePage(IApplicationBuilder, WelcomePageOptions)
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
Dodaje element WelcomePageMiddleware do potoku z podanymi opcjami.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseWelcomePage(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::WelcomePageOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.WelcomePageOptions options);
static member UseWelcomePage : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.WelcomePageOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseWelcomePage (app As IApplicationBuilder, options As WelcomePageOptions) As IApplicationBuilder
Parametry
- options
- WelcomePageOptions
Zwraca
Dotyczy
UseWelcomePage(IApplicationBuilder, PathString)
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
Dodaje element WelcomePageMiddleware do potoku przy użyciu podanej ścieżki.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseWelcomePage(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Http::PathString path);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Http.PathString path);
static member UseWelcomePage : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Http.PathString -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseWelcomePage (app As IApplicationBuilder, path As PathString) As IApplicationBuilder
Parametry
- path
- PathString
Zwraca
Dotyczy
UseWelcomePage(IApplicationBuilder, String)
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
- Źródło:
- WelcomePageExtensions.cs
Dodaje element WelcomePageMiddleware do potoku przy użyciu podanej ścieżki.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseWelcomePage(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, System::String ^ path);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseWelcomePage (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string path);
static member UseWelcomePage : Microsoft.AspNetCore.Builder.IApplicationBuilder * string -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseWelcomePage (app As IApplicationBuilder, path As String) As IApplicationBuilder
Parametry
- path
- String