You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This is equivalent to the existing Tag Helpers for <script> and <link> but for <img> elements.
e.g.:
<!-- Globbed images, will render a separate image tag for each matched path --><imgasp-src-include="images/thumbs/@Model.ProductId/*.jpg" alt="Some alt text" /><!-- File version/fingerprint, will add a file version to the URL to aid in cache busting --><imgsrc="~/images/site-banner.png" alt="Site banner" asp-file-version="true" />