Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: string ToString(bool)

  • Declared in: RT.TagSoup.Tag

Declaration

public string ToString(
    bool allTags
)

Summary

Converts the entire tag tree into a single string.

Parameters

boolallTags The HTML specification allows certain start and end tags to be omitted. Specify true to emit such tags regardless, for compatibility reasons.

Returns

The entire tag tree as a single string.