C# Class ImageResizer.FluentExtensions.RemoteExtensions

ImageUrlBuilder extensions for the RemoteReader plugin. For more information see http://imageresizing.net/plugins/remotereader.
Mostra file Open project: benfoster/ImageResizer.FluentExtensions

Public Methods

Method Description
FromRemote ( this builder ) : ImageUrlBuilder

Applies a url modifier for use with the remote reader plugin. This modifier requires that the urls you pass to the builder are absolute e.g. http://somedomain.com/image.jpg For more information see http://imageresizing.net/plugins/remotereader.

Private Methods

Method Description
CreateRemoteUrl ( string sourceImageUrl ) : string

Method Details

FromRemote() public static method

Applies a url modifier for use with the remote reader plugin. This modifier requires that the urls you pass to the builder are absolute e.g. http://somedomain.com/image.jpg For more information see http://imageresizing.net/plugins/remotereader.
public static FromRemote ( this builder ) : ImageUrlBuilder
builder this
return ImageUrlBuilder