How to get data context from code behide dotnet C#

i am using asp.net mvc for develop my application.
Now i can not get data from Context.

my Routes:

path: ‘/Product/List’,
templateUrl: ‘/Product/List’,
options: {
context: {
users: [‘John Doe’, ‘Vladimir Kharlampidi’, ‘Timo Ernst’],
},
},

Please help, how can i get data context that from code server
thanks

@nolimits4web please help me

Sorry, not familiar with C#