OD
(Choose 1 answer)
Which of the followings statement used to show a page named pageLogin in the frame control named frameMain in WPF is True?
A. frameMain.Content pageLogin;
B. frameMain. Page = new pageLogin():
C. frameMain.Content = new pageLogin():
D. frameMain. Page = pageLogin:
Exit 47