Class XhtmlDocuments
Collects XhtmlDocument.
[Serializable]
public class XhtmlDocuments
- Inheritance
-
XhtmlDocuments
- Inherited Members
- Extension Methods
Properties
Documents
Gets or sets the documents.
public XhtmlDocument[] Documents { get; set; }
Property Value
Title
Gets or sets the title.
public string? Title { get; set; }