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

属性值

适用于