Class Program
Inheritance
System.Object
Program
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WaCore.Sample.Middlewares
Assembly: WaCore.Sample.Middlewares.dll
Syntax
public class Program
Methods
| Improve this Doc View SourceBuildWebHost(String[])
Declaration
public static IWebHost BuildWebHost(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Returns
Type | Description |
---|---|
Microsoft.AspNetCore.Hosting.IWebHost |
Main(String[])
Declaration
public static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |