[UWP][C#]Display binding text in webview in listbox
问题 I have a webview in the listbox to display some options in the form of data bindings from the database (the number of options displayed according to the number of options in the database). I use webview because the answer option exists that contains the tag. Database: XAML: <ListBox Name="ListOption" Grid.Row="4" xmlns:m="using:KipinATM_Win10.Tryout.Models" SelectionChanged="ListAlternatives_SelectionChanged"> <ListBox.ItemTemplate> <DataTemplate x:DataType="m1:DBOPTION"> <StackPanel