导入
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
<i:Interaction.Triggers>
<i:EventTrigger EventName="Loaded">
<i:InvokeCommandAction Command="{Binding LoadPageCommand}"></i:InvokeCommandAction>
</i:EventTrigger>
</i:Interaction.Triggers>