C# 클래스 ImageResizer.FluentExtensions.RemoteExtensions

ImageUrlBuilder extensions for the RemoteReader plugin. For more information see http://imageresizing.net/plugins/remotereader.
파일 보기 프로젝트 열기: benfoster/ImageResizer.FluentExtensions

공개 메소드들

메소드 설명
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