Class Program
The main entry point for the Tournaments Web application.
Inherited Members
Namespace: Tournaments.Web
Assembly: Tournaments.Web.dll
Syntax
public class Program
Methods
| Edit this page View SourceMain(string[])
The main method which configures and runs the Blazor WebAssembly application.
Declaration
public static Task Main(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | The command-line arguments. |
Returns
| Type | Description |
|---|---|
| Task |