다음을 통해 공유


WebHttpBehavior.AutomaticFormatSelectionEnabled 속성

정의

선택 영역 자동 서식 지정 기능을 사용할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다.

public:
 virtual property bool AutomaticFormatSelectionEnabled { bool get(); void set(bool value); };
public virtual bool AutomaticFormatSelectionEnabled { get; set; }
member this.AutomaticFormatSelectionEnabled : bool with get, set
Public Overridable Property AutomaticFormatSelectionEnabled As Boolean

속성 값

Boolean

선택 영역 자동 서식 지정이 활성화되어 있으면 true이고, 그렇지 않으면 false입니다.

설명

선택 영역 자동 서식 지정에 대 한 자세한 내용은 참조 하세요. WCF 웹 HTTP 형식 지정합니다.

적용 대상