ImageExtensions Class

 

Represents the image extensions for the ASP.NET.MVC.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  Microsoft.Web.Mvc.ImageExtensions

[<AbstractClass>]
[<Sealed>]
type ImageExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticImage(HtmlHelper, String)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticImage(HtmlHelper, String, IDictionary<String, Object>)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticImage(HtmlHelper, String, Object)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticImage(HtmlHelper, String, String)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticImage(HtmlHelper, String, String, IDictionary<String, Object>)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticImage(HtmlHelper, String, String, Object)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticImage(String, String, IDictionary<String, Object>)

Displays the image with the specified parameters.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: