Skip to content

srkirkland/ImageLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Html Helper Extension for ImageLink to generate <a href="..."><image src="..." alt="..." /></a>

Should offer similar overloads to ActionLink().  Eventually may grow to support lambda based options.

Examples:

<%= Html.ImageLink("image.png", "alt text", "About") %>

<%= Html.ImageLink("image.png", "alt text", "About", new {}, new {id = "about-link"}, new {id = "image-link"}) %>

About

ASP.NET MVC ImageLink to augment ActionLink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published