EnvironmentName クラス

定義

注意事項

This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.

一般的に使用される環境名。

public ref class EnvironmentName abstract sealed
public static class EnvironmentName
[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)]
public static class EnvironmentName
type EnvironmentName = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)>]
type EnvironmentName = class
Public Class EnvironmentName
継承
EnvironmentName
属性

フィールド

Development
古い.

開発環境の文字列定数。

Production
古い.

運用環境の文字列定数。

Staging
古い.

ステージング環境の文字列定数。

適用対象