SharedAccessBlobHeaders.ContentDisposition Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
SharedAccessBlobHeaders.ContentDisposition Property
SharedAccessBlobHeaders::ContentDisposition Property
SharedAccessBlobHeaders.ContentDisposition Property
SharedAccessBlobHeaders.ContentDisposition Property
Gets or sets the content-disposition header returned with the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ ContentDisposition {
String^ get();
void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringA string containing the content-disposition value.
Return to top
Gets or sets the content-disposition header returned with the blob.
Syntax
C++
public: property String^ ContentDisposition { String^ get(); void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing the content-disposition value.