AlternateView::BaseUri Property

 

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

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property Uri^ BaseUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A Uri.

The base Uri.

.NET Framework
Available since 2.0
Return to top
Show: