संपादित करें

इसके माध्यम से साझा किया गया


HttpApplication.CompleteRequest Method

Definition

Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the EndRequest event.

public:
 void CompleteRequest();
public void CompleteRequest ();
member this.CompleteRequest : unit -> unit
Public Sub CompleteRequest ()

Applies to