WebApplicationOptions Class

Definition

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.

Applies to