WebViewSourceTypeConverter Class

Definition

A TypeConverter that converts a string to a UrlWebViewSource.

[Xamarin.Forms.Xaml.TypeConversion(typeof(Xamarin.Forms.UrlWebViewSource))]
public class WebViewSourceTypeConverter : Xamarin.Forms.TypeConverter
type WebViewSourceTypeConverter = class
    inherit TypeConverter
Inheritance
WebViewSourceTypeConverter
Attributes

Constructors

WebViewSourceTypeConverter()

Creates a new WebViewSourceTypeConverter with default values.

Methods

CanConvertFrom(Type)

When implemented in a derived class, returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

(Inherited from TypeConverter)
ConvertFrom(CultureInfo, Object)
Obsolete.

When implemented in a derived class, converts an object that is a version of value and that can be cast to the target type.

(Inherited from TypeConverter)
ConvertFrom(Object)
Obsolete.

Calls ConvertFrom(CultureInfo, Object) with the current culture information and o.

(Inherited from TypeConverter)
ConvertFromInvariantString(String)

Returns a web view source for the URL that is contained in value.

Applies to