AlternateView.BaseUri Property

Definition

Gets or sets the base URI to use for resolving relative URIs in the AlternateView.

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

Property Value

Uri

The base URI to use for resolving relative URIs in the AlternateView.

Applies to