C# Class Sdl.Web.Mvc.Html.ContextualMediaHelper

Media helper to be used when using Contextual Image Delivery
Inheritance: Sdl.Web.Mvc.Html.BaseMediaHelper
显示文件 Open project: sdl/dxa-web-application-dotnet

Public Methods

Method Description
ContextualMediaHelper ( ) : System
GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string

Method Details

ContextualMediaHelper() public method

public ContextualMediaHelper ( ) : System
return System

GetResponsiveImageUrl() public method

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