XhtmlDocument Class
Defines the conventional XHTML Document.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["XhtmlDocument"] class Type type-node

Syntax

[Serializable]
public class XhtmlDocument

Attributes

Type Description
Serializable

Properties

Name Property Type Summary
Header string
Gets or sets the header.
Location string
Gets or sets the location.
Title string
Gets or sets the title.

Extension Methods

Name Value Summary
IsAssignableToISerializable<XhtmlDocument>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<XhtmlDocument>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<XhtmlDocument>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.