var q2312="{'hello world'}";var autogenname="q2312";
I auto generate a variable called "autogenname" from razor pages where the content refers to the defined variable. e.g. "q2312" refers to the defined variable name q2312. How do i access the var q2312?