Table of Contents

Property BaseUri

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

BaseUri

Gets or sets the base URI that relative references resolve against, used when the document has no <base href> of its own. A document's own <base> wins.

public string? BaseUri { get; set; }

Property Value

string