UrlWebViewSource 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
绑定至 URL 的 WebViewSource。
public class UrlWebViewSource : Xamarin.Forms.WebViewSource
	type UrlWebViewSource = class
    inherit WebViewSource
		- 继承
 
构造函数
| UrlWebViewSource() | 
		 新建具有默认值的 UrlWebViewSource 对象。  | 
        	
字段
| UrlProperty | 
		 Url 属性的后备存储。  | 
        	
属性
| BindingContext | 
		 获取或设置对象,该对象包含将被属于此 BindableObject 的绑定属性设定为目标的属性。 (继承自 BindableObject) | 
        	
| Dispatcher | 
		 绑定至 URL 的 WebViewSource。 (继承自 BindableObject) | 
        	
| Url | 
		 获取或设置此 UrlWebViewSource 对象的 URL。  | 
        	
方法
事件
| BindingContextChanged | 
		 只要 BindingContext 属性更改就会引发。 (继承自 BindableObject) | 
        	
| PropertyChanged | 
		 在属性已更改时引发。 (继承自 BindableObject) | 
        	
| PropertyChanging | 
		 在属性将要更改时引发。 (继承自 BindableObject) | 
        	
显式接口实现
| IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) | 
		 供 Xamarin.Forms 平台内部使用。 (继承自 BindableObject) | 
        	
扩展方法
| GetPropertyIfSet<T>(BindableObject, BindableProperty, T) | 
		 绑定至 URL 的 WebViewSource。  | 
        	
| SetAppThemeColor(BindableObject, BindableProperty, Color, Color) | 
		 绑定至 URL 的 WebViewSource。  | 
        	
| SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) | 
		 创建绑定并将其应用到属性。  | 
        	
| SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) | 
			 
				已过时.
			 
		通过表达式创建并应用绑定。  | 
        	
| SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) | 
		 绑定至 URL 的 WebViewSource。  |