Class XhtmlDocuments
Collects XhtmlDocument.
[Serializable]
public class XhtmlDocuments
- Inheritance
-
XhtmlDocuments
- Inherited Members
- Extension Methods
Properties
Documents
Gets or sets the documents.
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification = "Used for XML serialization.")]
public XhtmlDocument[] Documents { get; set; }
Property Value
Title
Gets or sets the title.
public string? Title { get; set; }