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 | |
---|---|---|
MapOptions |
Top
Properties
Name | Description | |
---|---|---|
Branch | The branch taken for a positive match. | |
PathMatch | The path to match. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.