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.

[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification = "Used for XML serialization.")]
public XhtmlDocument[] Documents { get; set; }

Property Value

XhtmlDocument[]

Title

Gets or sets the title.

public string? Title { get; set; }

Property Value

string