MvcOptions.SuppressOutputFormatterBuffering 속성

정의

HTTP 응답 본문에 동기적으로 쓰는 출력 포맷터에 버퍼링을 사용할 수 없는지 여부를 결정하는 플래그를 가져오거나 설정합니다.

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

속성 값

적용 대상