Property Title
Title
Gets or sets the document title written into <title>. Null omits the
element in XHTML-optional cases and writes an empty one where the syntax requires it.
public string? Title { get; set; }
Gets or sets the document title written into <title>. Null omits the
element in XHTML-optional cases and writes an empty one where the syntax requires it.
public string? Title { get; set; }