Show / Hide Table of Contents

Interface IBlobProviderSelector

Namespace: Volo.Abp.BlobStoring
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public interface IBlobProviderSelector

Methods

Get(String)

Declaration
IBlobProvider Get(string containerName)
Parameters
Type Name Description
System.String containerName
Returns
Type Description
IBlobProvider

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
BlobProviderSelectorExtensions.Get<TContainer>(IBlobProviderSelector)
Back to top Powered by Volosoft