I am using this tutorial for getting the content of Masterpage to content page. https://stackoverflow.com/a/13620436/4725592
But when I try to get the content of the master page with this syntax, I gets the following error
The type or namespace name could not be found
The syntax :
string getProcess = ((MyMasterPage)this.Master).ProcessDropDownListValue;