Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Tag HtmlDocument(object, params object[])

  • Declared in: RT.TagSoup.Tag

Declaration

public static Tag HtmlDocument(
    object title,
    params object[] bodyContent
)

Summary

Creates a simple HTML document from the specified elements.

Parameters

objecttitle Title to use in the <TITLE> tag in the head.
object[]bodyContent Contents of the <BODY> tag.

Returns

An HtmlTag representing the entire HTML document.