Response.HasStarted 属性

定义

指示响应状态、原因和标头是否已准备好发送,并且无法再修改。 这是由第一次写入或刷新响应正文引起的。

public:
 property bool HasStarted { bool get(); };
public bool HasStarted { get; }
member this.HasStarted : bool
Public ReadOnly Property HasStarted As Boolean

属性值

适用于