I'm creating a project and I want to create a frontend with bootstrap. For that, I'm using a cshtml file and I want to access and use a specific model. However, I can not access the folder where this model is. Any idea what may be the issue and how to fix it?

Loading
Sachin SinghPosted Dec 5, 2021, 5:08 AM
Rositsa RusevaPosted Dec 4, 2021, 9:55 AM
Kapil AananthPosted Dec 3, 2021, 10:08 AM
Hi,
You are currently accessing only the folders but not the Model
Replace
@model ForumProject.Web.ViewModels.posts.PostCreateInputModel
@{
//ViewData
}
By doing so You can Access the Model present inside the folder