You have a master page custom.master. You create a nested.master page using it. You then have a
content page that uses the nested.master as its master page. Which code would you use to get a
string property from custom.master?
A.
master.master
B.
parent.master
C.
this.master
D.
unknown