C# 클래스 Sdl.Web.Tridion.Tests.MockMediaHelper

상속: IMediaHelper
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
GetResponsiveHeight ( string widthFactor, double aspect, int containerSize ) : int
GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string
GetResponsiveWidth ( string widthFactor, int containerSize ) : int

메소드 상세

GetResponsiveHeight() 공개 메소드

public GetResponsiveHeight ( string widthFactor, double aspect, int containerSize ) : int
widthFactor string
aspect double
containerSize int
리턴 int

GetResponsiveImageUrl() 공개 메소드

public GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string
url string
aspect double
widthFactor string
containerSize int
리턴 string

GetResponsiveWidth() 공개 메소드

public GetResponsiveWidth ( string widthFactor, int containerSize ) : int
widthFactor string
containerSize int
리턴 int