共用方式為


WebView.Source 屬性

定義

取得或設定 WebViewSource 物件,這個物件代表此 WebView 物件顯示的位置。

public:
 property Microsoft::Maui::Controls::WebViewSource ^ Source { Microsoft::Maui::Controls::WebViewSource ^ get(); void set(Microsoft::Maui::Controls::WebViewSource ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.WebViewSourceTypeConverter))]
public Microsoft.Maui.Controls.WebViewSource Source { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.WebViewSourceTypeConverter))>]
member this.Source : Microsoft.Maui.Controls.WebViewSource with get, set
Public Property Source As WebViewSource

屬性值

屬性

適用於