다음을 통해 공유


HttpEncoder.Current 속성

정의

애플리케이션에서 사용될 HttpEncoder 형식을 가져오거나 설정합니다.

public:
 static property System::Web::Util::HttpEncoder ^ Current { System::Web::Util::HttpEncoder ^ get(); void set(System::Web::Util::HttpEncoder ^ value); };
public static System.Web.Util.HttpEncoder Current { get; set; }
member this.Current : System.Web.Util.HttpEncoder with get, set
Public Shared Property Current As HttpEncoder

속성 값

HttpEncoder

사용될 인코더/디코더 형식에 대한 참조입니다.

예외

이 속성에 할당되는 인코더 인스턴스는 null입니다.

설명

HttpEncoder구성 파일에 파생 형식이 지정 된 경우 Current 속성은 사용자 지정 형식에 대 한 참조를 반환 합니다. 그러나 사용자 지정 인코더를 사용 하지 않는 경우 속성은 기본 ASP.NET 인스턴스에 대 한 참조를 반환 합니다 HttpEncoder .

Current속성은 스레드로부터 안전 하지 않습니다. 애플리케이션에만이 속성을 설정 Application_Start 메서드를 있으므로 Application_Start 단일 스레드에서 실행 됩니다.

적용 대상