ImageExtensions Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.ImageExtensions

Syntax

public static class ImageExtensions
[ExtensionAttribute]
public ref class ImageExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ImageExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ImageExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Image(HtmlHelper, String)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Image(HtmlHelper, String, IDictionary<String, Object>)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Image(HtmlHelper, String, Object)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Image(HtmlHelper, String, String)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Image(HtmlHelper, String, String, IDictionary<String, Object>)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Image(HtmlHelper, String, String, Object)

Displays the image with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Image(String, String, IDictionary<String, Object>)

Displays the image with the specified parameters.

Thread Safety

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

See Also

Microsoft.Web.Mvc Namespace

Return to top