We are working with Xamarin application and using WebView. Defining a source is a website address of WebView. And we want to show only About-Us content and hide other clickable links of WebView in Xamarin UWP.
Code:
<WebView x:Name="webView" Source="https://www.website.com/about-us/" Grid.Row="0" Navigating="WebView_OnNavigatingebOnNavigating" Navigated="WebView_OnNavigatedebOnEndNavigating"/>