ContentDisposition

Form.ContentDisposition property

Hämtar eller ställer in hur innehåll ska lagras när resultatet av operationen lagras i HttpResponse-objektet. Möjligt värde: inline / attachment. Standard: inline.

public ContentDisposition ContentDisposition { get; set; }

Se även