16
Answers

I am getting error as Model does not exist in view page

Photo of Sourabh Choubey

Sourabh Choubey

8y
1.2k
1
ParticularsMVC.Models.ParticularsModel
@{
}

<h2>Index</h2>
@foreach(var item in Model.Particularslist)
 
{
}
I am getting error in Model.
Dont now why.Any help will be greatly appreciated

Answers (16)