In ASP.NET Core MVC, which action result is typically used to return HTML content to the browser?
- ViewResult
- JsonResult
- PartialViewResult
- ContentResult
In ASP.NET Core MVC, the ViewResult is typically used to return HTML content to the browser. It represents a view that should be rendered to generate the HTML response sent to the client.
Loading...
Related Quiz
- Which of the following is NOT a standard provider for ASP.NET Core Identity user authentication?
- Which method in Entity Framework Core is primarily used for tracking changes made to an entity?
- In your new job, you're asked to ensure that user passwords are at least 8 characters long. Where in the ASP.NET Core Identity would you set this requirement?
- How does ASP.NET Core Identity store user data by default?
- When working with ASP.NET Core Identity, user-related data like passwords and email addresses are stored in the _________.