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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.