Skip to main content

ASPxHtmlEditorUploadSettingsBase.AzureSettings Property

Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlAzureSettings AzureSettings { get; }

Property Value

Type Description
UploadControlAzureSettings

An UploadControlAzureSettings object containing the settings.

Remarks

Use the AzureSettings property to specify settings that allow the ASPxHtmlEditor control to access an Azure account to operate with files in the Azure Service (when the ASPxHtmlEditorUploadSettingsBase.UploadStorage property is set to Azure).

The permissions to containers of the storage account should be set to permit access to the container and its blobs. For this, the access policy of the container should be set to “blob” or “container”. For more information, see Configure anonymous public read access for containers and blobs topic.

Note

For security reasons, the settings available using the AzureSettings property are not saved in the ViewState.

See Also