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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.