WebHostDefaults Class

Definition

Contains a set of constants representing configuration keys.

public ref class WebHostDefaults abstract sealed
public static class WebHostDefaults
type WebHostDefaults = class
Public Class WebHostDefaults
Inheritance
WebHostDefaults

Fields

ApplicationKey

The configuration key associated with an application name.

CaptureStartupErrorsKey

The configuration key associated with the "captureStartupErrors" configuration.

ContentRootKey

The configuration key associated with the "ContentRoot" configuration.

DetailedErrorsKey

The configuration key associated with the "DetailedErrors" configuration.

EnvironmentKey

The configuration key associated with the application's environment setting.

HostingStartupAssembliesKey

The configuration key associated with "hostingStartupAssemblies" configuration.

HostingStartupExcludeAssembliesKey

The configuration key associated with the "hostingStartupExcludeAssemblies" configuration.

HttpPortsKey

The configuration key associated with the "http_ports" configuration.

HttpsPortsKey

The configuration key associated with the "https_ports" configuration.

PreferHostingUrlsKey

The configuration key associated with the "PreferHostingUrls" configuration.

PreventHostingStartupKey

The configuration key associated with the "PreventHostingStartup" configuration.

ServerUrlsKey

The configuration key associated with the "urls" configuration.

ShutdownTimeoutKey

The configuration key associated with the "ShutdownTimeoutSeconds" configuration.

StartupAssemblyKey

The configuration key associated with the startup assembly.

StaticWebAssetsKey

The configuration key associated with the "StaticWebAssets" configuration.

SuppressStatusMessagesKey

The configuration key associated with the "SuppressStatusMessages" configuration.

WebRootKey

The configuration key associated with the "webRoot" configuration.

Applies to