Class XhtmlDocument
Defines the conventional XHTML Document.
[Serializable]
public class XhtmlDocument
- Inheritance
-
XhtmlDocument
- Inherited Members
- Extension Methods
Properties
Header
Gets or sets the header.
public string? Header { get; set; }
Property Value
Location
Gets or sets the location.
public string? Location { get; set; }
Property Value
Title
Gets or sets the title.
public string? Title { get; set; }