set_content_disposition


Description:

[ Version ( since = "2.26" ) ]
public void set_content_disposition (string disposition, HashTable<string,string>? @params)

Sets the "Content-Disposition" header in this to disposition, optionally with additional parameters specified in params.

See get_content_disposition for a discussion of how Content-Disposition is used in HTTP.

Parameters:

this

a MessageHeaders

disposition

the disposition-type

params

additional parameters, or null