MapExtensions Class
Extension methods for the MapMiddleware
Inheritance Hierarchy
System.Object
Owin.MapExtensions
Namespace: Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class MapExtensions
'Usage
public static class MapExtensions
[ExtensionAttribute]
public ref class MapExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MapExtensions = class end
public final class MapExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Map(IAppBuilder, PathString, Action<IAppBuilder>) | If the request path starts with the given pathMatch, execute the app configured via configuration parameter instead of continuing to the next component in the pipeline. |
![]() ![]() |
Map(IAppBuilder, String, Action<IAppBuilder>) | If the request path starts with the given pathMatch, execute the app configured via configuration parameter instead of continuing to the next component in the pipeline. |
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.