WelcomePageOptions Class

Represents a welcome page options.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Diagnostics.WelcomePageOptions

Namespace:  Microsoft.Owin.Diagnostics
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

'Declaration
Public Class WelcomePageOptions
'Usage
Dim instance As WelcomePageOptions
public class WelcomePageOptions
public ref class WelcomePageOptions
type WelcomePageOptions =  class end
public class WelcomePageOptions

The WelcomePageOptions type exposes the following members.

Constructors

  Name Description
Public method WelcomePageOptions Initializes a new instance of the WelcomePageOptions class.

Top

Properties

  Name Description
Public property Path Gets or sets the path associated with the welcome page.

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.)
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