Program
Namespace: Commissiestrijd
Assembly: backend.dll
Represents the main entry point of the Commissiestrijd application. This class sets up the web application, configures services, logging, and middleware, and runs the application.
public class Program
Inheritance
Show Inherited Members (7)
Methods
Main(string[])
The main entry point for the application. This method initializes the web application, configures services, logging, and middleware, and starts the application.
public static void Main(string[] args)
Parameters
Name | Type | Description |
---|---|---|
args | string | Command-line arguments passed to the application. |