C# Class BootstrapComponents.Components.Images.ImageExtensions

Show file Open project: jordanwallwork/bootstrapcomponents

Public Methods

Method Description
Image ( this html, string src, string alt, Image style, bool responsive = false ) : IHtmlString

Method Details

Image() public static method

public static Image ( this html, string src, string alt, Image style, bool responsive = false ) : IHtmlString
html this
src string
alt string
style Image
responsive bool
return IHtmlString