C# Class ImageResizer.FluentExtensions.AzureExtensions

ImageUrlBuilder extensions for the AzureReader plugin. For more information see http://imageresizing.net/plugins/azurereader.
Datei anzeigen Open project: benfoster/ImageResizer.FluentExtensions

Public Methods

Method Description
FromAzure ( this urlBuilder, string prefix = "azure", string container = null ) : ImageUrlBuilder

Applies a url modifier for use with the AzureReader plugin. For more information see http://imageresizing.net/plugins/azurereader.

Method Details

FromAzure() public static method

Applies a url modifier for use with the AzureReader plugin. For more information see http://imageresizing.net/plugins/azurereader.
public static FromAzure ( this urlBuilder, string prefix = "azure", string container = null ) : ImageUrlBuilder
urlBuilder this The instance to apply the modifier to.
prefix string /// The virtual folder that all blobs can be accessed under. Defaults to "azure". /// This should match the prefix setting of the plugin defined in web.config. ///
container string /// An optional container name. If no name is specified the container is inferred from the image path's root directory. ///
return ImageUrlBuilder