WelcomePageExtensions.UseWelcomePage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Parameters
Returns
Applies to
UseWelcomePage(IApplicationBuilder, WelcomePageOptions)
- Source:
- WelcomePageExtensions.cs
- Source:
- WelcomePageExtensions.cs
- Source:
- WelcomePageExtensions.cs
Adds the WelcomePageMiddleware to the pipeline with the given options.
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
Parameters
- options
- WelcomePageOptions
Returns
Applies to
UseWelcomePage(IApplicationBuilder, PathString)
- Source:
- WelcomePageExtensions.cs
- Source:
- WelcomePageExtensions.cs
- Source:
- WelcomePageExtensions.cs
Adds the WelcomePageMiddleware to the pipeline with the given path.
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
Parameters
- path
- PathString
Returns
Applies to
UseWelcomePage(IApplicationBuilder, String)
- Source:
- WelcomePageExtensions.cs
- Source:
- WelcomePageExtensions.cs
- Source:
- WelcomePageExtensions.cs
Adds the WelcomePageMiddleware to the pipeline with the given path.
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
Parameters
- path
- String