 | ProgramCreateWebHostBuilder Method |
Creates web host builder.
Namespace:
awsomAPI
Assembly:
awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntaxpublic static IWebHostBuilder CreateWebHostBuilder(
string[] args
)
Parameters
- args
- Type: SystemString
An array of command-line argument strings.
Return Value
Type:
IWebHostBuilder The new web host builder.
Remarks Vanvoljg, 18-Jul-19.
See Also