HandleExceptionArgs.ResponseWritten Property

Definition

Gets a value indicating whether the response has been written.

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

Property Value

Boolean value that indicates whether response has been written.

Remarks

If the value is true, the HTTP response headers and possibly part of the response body have already been sent to the client and cannot be altered.

Applies to