YetaWF.Core.WebStartup Package Documentation

Display
Print

YetaWF.Core.WebStartup.StartupMVC6.Main Method

The main application entry point.

Class: YetaWF.Core.WebStartup.StartupMVC6
Namespace: YetaWF.Core.WebStartup
Assembly: YetaWF.Core.WebStartup

Syntax

public static void Main(
    string[] args,
    Action? preRun = null );

Parameters

args

The command line arguments.

preRun

An optional method to execute before starting the application.

See Also YetaWF.Core.WebStartup.StartupMVC6 ClassYetaWF.Core.WebStartupYetaWF.Core