WelcomePageMiddleware Class
This middleware provides a default web page for new applications.
Namespace: Microsoft.Owin.Diagnostics
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Diagnostics.WelcomePageMiddleware
Syntax
public class WelcomePageMiddleware
public ref class WelcomePageMiddleware
type WelcomePageMiddleware = class end
Public Class WelcomePageMiddleware
Constructors
Name | Description | |
---|---|---|
![]() |
WelcomePageMiddleware(Func<IDictionary<String, Object>, Task>, WelcomePageOptions) | Creates a default web page for new applications. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Invoke(IDictionary<String, Object>) | Process an individual request. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.Owin.Diagnostics Namespace
Return to top