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
Public method WelcomePageMiddleware Initializes a new instance of the WelcomePageMiddleware class.

Top

Properties

  Name Description
Protected property Next Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke Invokes a method and returns the result of the method call. (Overrides OwinMiddleware.Invoke(IOwinContext).)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Owin.Diagnostics Namespace