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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -