Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
добряк
Posts
Comments
C
C#
•
Created by NDOT on 3/10/2023 in
#help
❔ MVC error when i call a property from the model
You can read about layout here:
https://learn.microsoft.com/en-us/aspnet/core/mvc/views/layout?view=aspnetcore-7.0
13 replies
C
C#
•
Created by NDOT on 3/10/2023 in
#help
❔ MVC error when i call a property from the model
all you need is to call the model in Views/Home/Index.cshtml instead of _Layout.cshtml and this will work.
13 replies
C
C#
•
Created by NDOT on 3/10/2023 in
#help
❔ MVC error when i call a property from the model
this is the code from _Layout.cshtml, right? You inject model in the controller page, which is located in the Views/Home/Index.cshtml
13 replies
C
C#
•
Created by NDOT on 3/10/2023 in
#help
❔ MVC error when i call a property from the model
Could you share the Home .cshtml code?
13 replies