WebApplicationOptions Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for configuring the behavior for CreateBuilder(WebApplicationOptions).
public class WebApplicationOptions
	type WebApplicationOptions = class
	Public Class WebApplicationOptions
		- Inheritance
 - 
				WebApplicationOptions
 
Constructors
| WebApplicationOptions() | 
Properties
| ApplicationName | 
		 The application name.  | 
        	
| Args | 
		 The command line arguments.  | 
        	
| ContentRootPath | 
		 The content root path.  | 
        	
| EnvironmentName | 
		 The environment name.  | 
        	
| WebRootPath | 
		 The web root path.  |