C# Класс ImageResizer.FluentExtensions.Mvc.HtmlHelperExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CreateUrlHelper ( this html ) : System.Web.Mvc.UrlHelper

Описание методов

BuildImage() публичный статический Метод

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
Результат System.Web.Mvc.MvcHtmlString

BuildImage() публичный статический Метод

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
Результат System.Web.Mvc.MvcHtmlString

Image() публичный статический Метод

public static Image ( this html, string src, string alternateText = "", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
html this
src string
alternateText string
htmlAttributes object
Результат System.Web.Mvc.MvcHtmlString