Table of Contents

Property StylesheetHref

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

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

Property Value

string