C# Класс ImageResizer.FluentExtensions.RemoteExtensions

ImageUrlBuilder extensions for the RemoteReader plugin. For more information see http://imageresizing.net/plugins/remotereader.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CreateRemoteUrl ( string sourceImageUrl ) : string

Описание методов

FromRemote() публичный статический Метод

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
Результат ImageUrlBuilder