Sunday, April 11, 2021

ActionResult return view with another controller in mvc

*. Return view with another folder

*. Return view with another conroller


 return View("~/Views/Home/invoice.cshtml", model_name); 



No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)