You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. <br /> You write the following code fragment. (Line numbers are included for reference only.) <br /> <img src="https://img.ppkao.com/2018-07/yiyu/2018072714375961571.jpg" /><br /> You need to ensure that both Button controls display the "Save" text. <br /> Which code fragment should you insert at line 06?()<p> You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. <br /> You write the following code fragment. (Line numbers are included for reference only.) <br /> <img src="https://img.ppkao.com/2018-07/yiyu/2018072714375961571.jpg" /><br /> You need to ensure that both Button controls display the "Save" text. <br /> Which code fragment should you insert at line 06?()</p>
A、A. <TextBlock Text="{Binding}" />
B、B. <TextBlock Text="{TemplateBinding Content}" />
C、C. <ContentPresenter Content="{Binding}" />
D、D. <ContentPresenter />