背水一战 Windows 10 之 控件(WebView): 对 WebView 中的内容截图, 通过 Share Contract 分享 WebView 中的被选中的内容

[源码下载]

背水一战 Windows 10 (65) - 控件(WebView): 对 WebView 中的内容截图, 通过 Share Contract 分享 WebView 中的被选中的内容

作者:webabcd介绍背水一战 Windows 10 之 控件(WebView)

对 WebView 中的内容截图

通过 Share Contract 分享 WebView 中的被选中的内容

示例1、演示如何对 WebView 中的内容截图Controls/WebViewDemo/WebViewDemo5.xaml

x:Class="Windows10.Controls.WebViewDemo.WebViewDemo5"

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

xmlns:local="using:Windows10.Controls.WebViewDemo"

xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

mc:Ignorable="d">