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

objectProgram


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

NameTypeDescription
argsstringCommand-line arguments passed to the application.