Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<string> ToEnumerable(bool)

Declaration

public override IEnumerable<string> ToEnumerable(
    bool allTags = false
)

Summary

Enumerates the content.

Parameters

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