Table of Contents

Class XhtmlDocuments

Namespace
Songhay.Models
Assembly
SonghayCore.dll

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

XhtmlDocument[]

Title

Gets or sets the title.

public string? Title { get; set; }

Property Value

string