ContentDisposition

FormEditor.ContentDisposition property

Ruft ab oder legt fest, wie Inhalte gespeichert werden, wenn das Ergebnis der Operation im HttpResponse-Objekt gespeichert wird. Möglicher Wert: inline / attachment. Standard: inline.

public ContentDisposition ContentDisposition { get; set; }

Siehe auch