Binding在xaml里和c#里:
xaml:<TextBlock x:name="textBlock" Text={Binding title}>
c#: textBlock.Text='<%=title%>';