StartContext.Builder Property
Gets or sets the IAppBuilder used to construct the OWIN application pipeline.
Namespace: Microsoft.Owin.Hosting.Engine
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Property Builder As IAppBuilder
Get
Set
'Usage
Dim instance As StartContext
Dim value As IAppBuilder
value = instance.Builder
instance.Builder = value
public IAppBuilder Builder { get; set; }
public:
property IAppBuilder^ Builder {
IAppBuilder^ get ();
void set (IAppBuilder^ value);
}
member Builder : IAppBuilder with get, set
function get Builder () : IAppBuilder
function set Builder (value : IAppBuilder)
Property Value
Type: IAppBuilder
The IAppBuilder used to construct the OWIN application pipeline.