WelcomePageExtensions Class
Represents an extension methods use to display the welcome page.
Inheritance Hierarchy
System.Object
Owin.WelcomePageExtensions
Namespace: Owin
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class WelcomePageExtensions
'Usage
public static class WelcomePageExtensions
[ExtensionAttribute]
public ref class WelcomePageExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type WelcomePageExtensions = class end
public final class WelcomePageExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
UseWelcomePage(IAppBuilder) | Call after other middleware to specify that they should run in the welcome page. |
![]() ![]() |
UseWelcomePage(IAppBuilder, WelcomePageOptions) | Call after other middleware to specify that they should run in the welcome page. |
![]() ![]() |
UseWelcomePage(IAppBuilder, PathString) | Adds the WelcomePageMiddleware to the pipeline with the given path. |
![]() ![]() |
UseWelcomePage(IAppBuilder, String) | Call after other middleware to specify that they should run in the welcome page. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.