Sharing Static Content Between ASP.NET Core Apps -
i have customized customized swashbuckle ui using custom html, css , image files in following folders of asp.net core site:
wwwroot swagger ui images background.jpg favicon.ico logo_small.png index.html skin.css
how can share these files in separate class library multiple sites can use same ui.
Comments
Post a Comment