Users Pricing

forum

Home Forums How to receive List Type Data in razor view – MindStick

How to receive List Type Data in razor view

Anonymous User 1387 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.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md