GroupDocs.Viewer.UI.Api.AzureBlob.Storage
8.1.1
Prefix Reserved
dotnet add package GroupDocs.Viewer.UI.Api.AzureBlob.Storage --version 8.1.1
NuGet\Install-Package GroupDocs.Viewer.UI.Api.AzureBlob.Storage -Version 8.1.1
<PackageReference Include="GroupDocs.Viewer.UI.Api.AzureBlob.Storage" Version="8.1.1" />
<PackageVersion Include="GroupDocs.Viewer.UI.Api.AzureBlob.Storage" Version="8.1.1" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.AzureBlob.Storage" />
paket add GroupDocs.Viewer.UI.Api.AzureBlob.Storage --version 8.1.1
#r "nuget: GroupDocs.Viewer.UI.Api.AzureBlob.Storage, 8.1.1"
#:package GroupDocs.Viewer.UI.Api.AzureBlob.Storage@8.1.1
#addin nuget:?package=GroupDocs.Viewer.UI.Api.AzureBlob.Storage&version=8.1.1
#tool nuget:?package=GroupDocs.Viewer.UI.Api.AzureBlob.Storage&version=8.1.1
GroupDocs.Viewer.UI.Api.AzureBlob.Storage
GroupDocs.Viewer.UI.Api.AzureBlob.Storage is a Microsoft Azure Blob Storage implementation that can be used with GroupDocs.Viewer.UI.Api. It provides seamless integration with Azure Blob Storage for storing and retrieving documents in your GroupDocs.Viewer.UI application.
Installation
To use Azure Blob Storage in your ASP.NET Core project:
- Add the required package to your project:
dotnet add package GroupDocs.Viewer.UI.Api.AzureBlob.Storage
- Configure Azure Blob Storage in your
Startupclass:
using Azure.Storage.Blobs;
var builder = WebApplication.CreateBuilder(args);
builder.Services
.AddGroupDocsViewerUI();
builder.Services
.AddControllers()
.AddGroupDocsViewerSelfHostApi()
.AddAzureBlobStorage(options =>
{
options.AccountName = "your-storage-account-name";
options.AccountKey = "your-storage-account-key";
options.ContainerName = "your-container-name";
options.ClientOptions = new BlobClientOptions
{
// Configure additional Azure Blob client settings if needed
};
});
var app = builder.Build();
app
.UseRouting()
.UseEndpoints(endpoints =>
{
endpoints.MapGroupDocsViewerUI(options =>
{
options.UIPath = "/viewer";
options.ApiEndpoint = "/viewer-api";
});
endpoints.MapGroupDocsViewerApi(options =>
{
options.ApiPath = "/viewer-api";
});
});
await app.RunAsync();
Configuration Options
The Azure Blob Storage implementation supports the following configuration options:
AccountName(Required): The name of your Azure Storage account.AccountKey(Required): The access key for your Azure Storage account.ContainerName(Required): The name of the blob container in your storage account.ClientOptions(Optional): Additional configuration for the Azure Blob client.
Azure Storage Connection String
Alternatively, you can use a connection string instead of separate account name and key:
options.ConnectionString = "DefaultEndpointsProtocol=https;AccountName=your-storage-account-name;AccountKey=your-storage-account-key;EndpointSuffix=core.windows.net";
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Azure.Storage.Blobs (>= 12.25.0)
- GroupDocs.Viewer.UI.Core (>= 8.1.1)
- System.Text.Json (>= 8.0.6)
-
net8.0
- Azure.Storage.Blobs (>= 12.25.0)
- GroupDocs.Viewer.UI.Core (>= 8.1.1)
- System.Text.Json (>= 8.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.1.1 | 216 | 9/21/2025 |
| 8.0.7 | 205 | 5/23/2025 |
| 8.0.6 | 205 | 5/5/2025 |
| 8.0.5 | 221 | 4/23/2025 |
| 8.0.4 | 222 | 4/22/2025 |
| 8.0.3 | 180 | 4/4/2025 |
| 8.0.2 | 177 | 2/6/2025 |
| 8.0.1 | 183 | 12/20/2024 |
| 8.0.0 | 171 | 12/16/2024 |
| 6.0.6 | 189 | 12/2/2024 |
| 6.0.4 | 217 | 9/30/2024 |
| 6.0.3 | 189 | 6/11/2024 |
| 6.0.2 | 758 | 6/29/2023 |
| 6.0.1 | 689 | 6/29/2023 |
| 6.0.0 | 705 | 12/8/2022 |