Table of Contents

Class XhtmlDocument

Namespace
Songhay.Models
Assembly
SonghayCore.dll

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

string

Location

Gets or sets the location.

public string? Location { get; set; }

Property Value

string

Title

Gets or sets the title.

public string? Title { get; set; }

Property Value

string