Table of Contents

Field ContentDisposition

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Content-Disposition header.

Indicates if the content should be displayed inline in the browser or treated as an attachment to be downloaded.

public const string ContentDisposition = "Content-Disposition"

Returns

string
The HTTP Content-Disposition header. Indicates if the content should be displayed inline in the browser or treated as an attachment to be downloaded.