forum

Home / DeveloperSection / Forums / How to receive List Type Data in razor view

How to receive List Type Data in razor view

Anonymous User 971 14-Dec-2017

Hi Expert,

Please give me some solution to take List type data in razor view which is return by method of controller.

Here is my Controller code: 

 return View(Uow.TechnologyMasterRepository.GetAll().Where(x => x.Name.Contains(s)).ApplySortingPagingToList(sortingPaging));

and Razor View code: 

@model MindStickInterview.Data.TechnologyMaster

In razor view error raised while we run project.

Please give me solution to accomplish this task.


Updated on 14-Dec-2017
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By