OwinRouteHandler Constructor (Action<IAppBuilder>)

 

Initialize an OwinRouteHandler

Namespace:   Microsoft.Owin.Host.SystemWeb
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

Syntax

public OwinRouteHandler(
    Action<IAppBuilder> startup
)
public:
OwinRouteHandler(
    Action<IAppBuilder^>^ startup
)
new : 
        startup:Action<IAppBuilder> -> OwinRouteHandler
Public Sub New (
    startup As Action(Of IAppBuilder)
)

Parameters

  • startup
    Type: System.Action<IAppBuilder>

    The method to initialize the pipeline that processes requests for the route.

See Also

OwinRouteHandler Class
Microsoft.Owin.Host.SystemWeb Namespace

Return to top