IApplicationBuilder.New Method

Definition

Creates a new IApplicationBuilder that shares the Properties of this IApplicationBuilder.

public:
 Microsoft::AspNetCore::Builder::IApplicationBuilder ^ New();
public Microsoft.AspNetCore.Builder.IApplicationBuilder New ();
abstract member New : unit -> Microsoft.AspNetCore.Builder.IApplicationBuilder
Public Function New () As IApplicationBuilder

Returns

The new IApplicationBuilder.

Applies to