Property BaseUri
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; }
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; }