MvcOptions.SuppressInputFormatterBuffering 属性

定义

获取或设置一个值,该值确定是否对从 HTTP 请求正文同步读取的输入格式化程序禁用缓冲。

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

属性值

适用于