I am using
@model Tuple <xx.Models.xyz, xx.Models.BL.abc>
this model in my view page
I want this Both class in controller
How will i retrieve the value of both the class??
I am using @model Tuple < xx.Models.xyz, xx.Models.BL.abc > this model in my view
Share
You can use
viewbag.xxxexample