|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Fluent route builder for mapping controller action methods to HTTP request endpoints. More...
#include "Common.h"#include "System/Object.h"#include "System/SmartPointer.h"#include "System/String.h"#include "System/Func.h"#include "System/Convert.h"#include "System/Collections/Generic/List.h"#include "WebAppCore/Builder/WebApplication.h"#include "WebAppCore/Http/HttpContext.h"#include "System/Text/Json/JsonSerializer.h"#include <type_traits>Go to the source code of this file.
Classes | |
| class | DotNetDupe::WebAppCore::Controllers::ControllerRouteBuilder< TController > |
| Fluent builder for binding strongly-typed controller actions to HTTP verbs and route templates. More... | |
| class | DotNetDupe::WebAppCore::Controllers::IControllerRouteRegistrar |
| Interface for late-binding controller routes to a WebApplication instance. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::WebAppCore |
| namespace | DotNetDupe::WebAppCore::Controllers |
Fluent route builder for mapping controller action methods to HTTP request endpoints.
Definition in file ControllerRouteBuilder.h.