|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Builder pattern orchestrator for configuring services, controllers, and constructing WebApplication instances. More...
#include "Common.h"#include "System/Object.h"#include "System/SmartPointer.h"#include "System/Collections/Generic/List.h"#include "Extensions/DependencyInjection/ServiceCollection.h"#include "WebAppCore/Builder/WebApplication.h"#include "WebAppCore/Controllers/ControllerRouteBuilder.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::WebAppCore::Builder::WebApplicationBuilder |
| Facilitates initialization and configuration of dependency injection services, controllers, and web application hosting. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::WebAppCore |
| namespace | DotNetDupe::WebAppCore::Builder |
Builder pattern orchestrator for configuring services, controllers, and constructing WebApplication instances.
Definition in file WebApplicationBuilder.h.