Share via


StartContext.Builder Property

 

The IAppBuilder used to construct the OWIN application pipeline.

Namespace:   Microsoft.Owin.Hosting.Engine
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public IAppBuilder Builder { get; set; }
public:
property IAppBuilder^ Builder {
    IAppBuilder^ get();
    void set(IAppBuilder^ value);
}
member Builder : IAppBuilder with get, set
Public Property Builder As IAppBuilder

Property Value

Type: Owin.IAppBuilder

Returns IAppBuilder.

See Also

StartContext Class
Microsoft.Owin.Hosting.Engine Namespace

Return to top