Property StylesheetHref
StylesheetHref
Gets or sets the href written into a <link rel="stylesheet"> in
Linked mode. Null emits the styles inline even in linked
mode, because a document that references a stylesheet nobody wrote renders unstyled.
public string? StylesheetHref { get; set; }