ContentDispositionOptions.ToString method

Returns the Content-Disposition header value as a string, based on the type and file name.

public override string ToString()

Return Value

The Content-Disposition header value, or an empty string if no disposition is set.

See Also