HttpResponseBase.End Method

Definition

Sends all currently buffered output to the client, stops execution of the requested process, and raises the EndRequest event.

public:
 virtual void End();
public virtual void End ();
abstract member End : unit -> unit
override this.End : unit -> unit
Public Overridable Sub End ()

Exceptions

Applies to