I want to pass c# variable in the url
For example :
string title = "Google";
string link = "string desc = "Google Search Engine";
Hard-Coded url
location.href=' Search Engine'
replace with link
replace Google with title and
replace Google Search Engine with desc
where url, title and desc are c# variable...
Any ideas will be helpful
For example :
string title = "Google";
string link = "string desc = "Google Search Engine";
Hard-Coded url
location.href=' Search Engine'
replace with link
replace Google with title and
replace Google Search Engine with desc
where url, title and desc are c# variable...
Any ideas will be helpful