ParserContext.BaseUri Property

Definition

Gets or sets the base URI for this context.

public:
 property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
public Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Public Property BaseUri As Uri

Property Value

Uri

The base URI, as a string.

Implements

Remarks

The BaseUri is used to resolve external resources that are referenced in XAML.

Applies to

See also