Slide 21
Slide 21 text
Static web assets in class libraries
• Razor class libraries now support embedding static web assets
• Allows you to include images, scripts, CSS, etc. along with views,
pages, and components
• Projects referencing the class library will be automatically configured
to include the static assets from the class library
• Reference the static assets from libraries via “_content/libname/…”