Environments.Development 필드

정의

개발 환경을 지정합니다.

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

필드 값

설명

개발 환경은 프로덕션에서 노출해서는 안 되는 기능을 활성화할 수 있습니다. 성능 비용 때문에 범위 유효성 검사 및 종속성 유효성 검사는 개발에서만 발생합니다.

적용 대상