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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา