WelcomePageMiddleware Class
Represents a welcome page middleware.
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
Microsoft.Owin.Diagnostics.WelcomePageMiddleware
Namespace: Microsoft.Owin.Diagnostics
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
'Declaration
Public Class WelcomePageMiddleware _
Inherits OwinMiddleware
'Usage
Dim instance As WelcomePageMiddleware
public class WelcomePageMiddleware : OwinMiddleware
public ref class WelcomePageMiddleware : public OwinMiddleware
type WelcomePageMiddleware =
class
inherit OwinMiddleware
end
public class WelcomePageMiddleware extends OwinMiddleware
The WelcomePageMiddleware type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WelcomePageMiddleware | Initializes a new instance of the WelcomePageMiddleware class. |
Top
Properties
Name | Description | |
---|---|---|
Next | Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | Invokes a method and returns the result of the method call. (Overrides OwinMiddleware.Invoke(IOwinContext).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.