WebHostBuilderOptions Class

Definition

Builder options for use with ConfigureWebHost.

public class WebHostBuilderOptions
type WebHostBuilderOptions = class
Public Class WebHostBuilderOptions
Inheritance
WebHostBuilderOptions

Constructors

WebHostBuilderOptions()

Properties

SuppressEnvironmentConfiguration

Indicates if "ASPNETCORE_" prefixed environment variables should be added to configuration. They are added by default.

Applies to