BaseUrl

XmpBasicPackage.BaseUrl property

Gets or sets the base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, they are relative to this base URL.

public string BaseUrl { get; set; }

Property Value

The base URL.

See Also