FormEditor.ContentDisposition

FormEditor.ContentDisposition property

Gets or sets how content will be stored when result of operation is stored into HttpResponse object. Possible value: inline / attachment. Default: inline.

public ContentDisposition ContentDisposition { get; set; }

See Also