In ASP.NET Core, the _________ directory is conventionally used to store static files.
- Content
- Static
- Assets
- Resources
In ASP.NET Core, the "wwwroot" directory is conventionally used to store static files such as CSS, JavaScript, images, and other client-side assets.
Loading...
Related Quiz
- To implement Two-Factor Authentication (2FA) in ASP.NET Core Identity, the _________ property must be enabled for the user.
- What is the main difference between [Authorize] and [AllowAnonymous] attributes?
- In SignalR, what term is used to describe a group of connections that can be broadcast to?
- How does the "Worker Service" template in ASP.NET Core differ from the traditional web application templates?
- Which method in Entity Framework Core is primarily used for tracking changes made to an entity?