MultiPartWriter.EndResponse Method

Definition

Ends a response.

public:
 abstract void EndResponse();
public abstract void EndResponse ();
abstract member EndResponse : unit -> unit
Public MustOverride Sub EndResponse ()

Remarks

The page adapter must call this method after rendering a page, and after calling the EndFile method.

Applies to

See also