ObjectMetadataContentDisposition Property |
Gets or sets the value of HTTP Content-Disposition header.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string ContentDisposition { get; set; }
Public Property ContentDisposition As String
Get
Set
public:
property String^ ContentDisposition {
String^ get ();
void set (String^ value);
}
member ContentDisposition : string with get, set
Property Value
Type:
StringSee Also