I am new to mvc and maybe to some of my question will seem naive.
I have this code in view Index.chtml page:
I need to create in src attribute of the frame element string that has two varaibles session and weblayout but, it seems I am doing it's wrong.
And value of the session and weblayout will not generated and will be like this:
/mapserver201x/mapviewernet/ajaxviewer.aspx?SESSION= + session + &weblayout= + weblayout
and I need it to be like this:
if value of session is:654276345234GSAKJD333,
and value of weblayout is: Library://Exercise/WebCast/Hello.weblayout
the result should be:
/mapserver201x/mapviewernet/ajaxviewer.aspx?SESSION=654276345234GSAKJD333
&weblayout=Library://Exercise/WebCast/Hello.weblayout
Any idea how to implement it?
