Share via


ODataMessageWriterSettings.BaseUri Property

Definition

Gets or sets the document base URI which is used as base for all relative URIs.

public Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Public Property BaseUri As Uri

Property Value

Uri

The document base URI which is used as base for all relative URIs.

Remarks

Base URI is context URI; if the URI does not end with a slash, a slash would be appended automatically.

Applies to