如何在 PrismContentPage 导航栏上设置图标?

How to set icon on PrismContentPage Navigation Bar?

请快给解

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"
             xmlns:commonViews="clrnamespace:Lawyer_Diaries.Views.CommonViews;assembly=Lawyer_Diaries"
             prism:ViewModelLocator.AutowireViewModel="True"
             x:Class="Lawyer_Diaries.Views.DashBoard"          
             Padding="{StaticResource Paddingios}">

像填充一样将图标添加到内容页的属性中.. 例如 图标="someImage.png";