C# Class ImageResizer.FluentExtensions.Mvc.HtmlHelperExtensions

Afficher le fichier Open project: benfoster/ImageResizer.FluentExtensions

Méthodes publiques

Méthode Description
BuildImage ( this html, string src, Action configure, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
BuildImage ( this html, string src, ImageUrlBuilder builder, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
Image ( this html, string src, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString

Private Methods

Méthode Description
CreateUrlHelper ( this html ) : System.Web.Mvc.UrlHelper

Method Details

BuildImage() public static méthode

public static BuildImage ( this html, string src, Action configure, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
html this
src string
configure Action
alternateText string
htmlAttributes object
Résultat System.Web.Mvc.MvcHtmlString

BuildImage() public static méthode

public static BuildImage ( this html, string src, ImageUrlBuilder builder, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
html this
src string
builder ImageUrlBuilder
alternateText string
htmlAttributes object
Résultat System.Web.Mvc.MvcHtmlString

Image() public static méthode

public static Image ( this html, string src, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
html this
src string
alternateText string
htmlAttributes object
Résultat System.Web.Mvc.MvcHtmlString