Environments.Development 欄位

定義

指定開發環境。

public: static initonly System::String ^ Development;
public static readonly string Development;
 staticval mutable Development : string
Public Shared ReadOnly Development As String 

欄位值

備註

您可以在開發環境中啟用生產環境不應該公開的功能。 由於效能成本,範圍驗證和相依性驗證只會發生在開發中。

適用於