BootstrapComponents.Components.Images.ImageExtensions.Image C# (CSharp) Méthode

Image() public static méthode

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
Résultat IHtmlString
        public static IHtmlString Image(this HtmlHelper html, string src, string alt, Image.Style style, bool responsive = false)
        {
            return new Image(src, alt, style, responsive);
        }
ImageExtensions