WebViewBrush.SourceName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Platform::String ^ SourceName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SourceName();
void SourceName(winrt::hstring value);
public string SourceName { get; set; }
var string = webViewBrush.sourceName;
webViewBrush.sourceName = string;
Public Property SourceName As String
<WebViewBrush SourceName="nameOfWebView"/>
属性值
提供 HTML 内容的 WebView 的 Name 或 x:Name 属性。
注解
将 WebViewBrush 与 WebView控件源 关联有两种替代方法: