Share via


MapOptions Class

Options for the Map middleware.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Mapping.MapOptions

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

Syntax

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

The MapOptions type exposes the following members.

Constructors

  Name Description
Public method MapOptions

Top

Properties

  Name Description
Public property Branch The branch taken for a positive match.
Public property PathMatch The path to match.

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.Mapping Namespace