IEndpointRouteBuilder.CreateApplicationBuilder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new IApplicationBuilder.
public:
Microsoft::AspNetCore::Builder::IApplicationBuilder ^ CreateApplicationBuilder();
public Microsoft.AspNetCore.Builder.IApplicationBuilder CreateApplicationBuilder ();
abstract member CreateApplicationBuilder : unit -> Microsoft.AspNetCore.Builder.IApplicationBuilder
Public Function CreateApplicationBuilder () As IApplicationBuilder
Returns
The new IApplicationBuilder.