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 | |
---|---|---|
![]() ![]() |
Image(HtmlHelper, String) | Displays the image with the specified parameters. |
![]() ![]() |
Image(HtmlHelper, String, IDictionary<String, Object>) | Displays the image with the specified parameters. |
![]() ![]() |
Image(HtmlHelper, String, Object) | Displays the image with the specified parameters. |
![]() ![]() |
Image(HtmlHelper, String, String) | Displays the image with the specified parameters. |
![]() ![]() |
Image(HtmlHelper, String, String, IDictionary<String, Object>) | Displays the image with the specified parameters. |
![]() ![]() |
Image(HtmlHelper, String, String, Object) | Displays the image with the specified parameters. |
![]() ![]() |
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
Return to top