C# Class ImageResizer.FluentExtensions.Mvc.HtmlHelperExtensions

显示文件 Open project: benfoster/ImageResizer.FluentExtensions

Public Methods

Method 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

Method Description
CreateUrlHelper ( this html ) : System.Web.Mvc.UrlHelper

Method Details

BuildImage() public static method

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
return System.Web.Mvc.MvcHtmlString

BuildImage() public static method

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
return System.Web.Mvc.MvcHtmlString

Image() public static method

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