Class FileSystemBlobNamingNormalizer
Inheritance
object
FileSystemBlobNamingNormalizer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring.FileSystem
Assembly: Volo.Abp.BlobStoring.FileSystem.dll
Syntax
public class FileSystemBlobNamingNormalizer : IBlobNamingNormalizer, ITransientDependency
Constructors
FileSystemBlobNamingNormalizer(IOSPlatformProvider)
Declaration
public FileSystemBlobNamingNormalizer(IOSPlatformProvider iosPlatformProvider)
Parameters
Type | Name | Description |
---|---|---|
IOSPlatformProvider | iosPlatformProvider |
Methods
Normalize(string)
Declaration
protected virtual string Normalize(string fileName)
Parameters
Type | Name | Description |
---|---|---|
string | fileName |
Returns
Type | Description |
---|---|
string |
NormalizeBlobName(string)
Declaration
public virtual string NormalizeBlobName(string blobName)
Parameters
Type | Name | Description |
---|---|---|
string | blobName |
Returns
Type | Description |
---|---|
string |
NormalizeContainerName(string)
Declaration
public virtual string NormalizeContainerName(string containerName)
Parameters
Type | Name | Description |
---|---|---|
string | containerName |
Returns
Type | Description |
---|---|
string |