HandleExceptionArgs.ResponseWritten Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.