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

Outputs this tag and all its contents.

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

A collection of strings which, when concatenated, represent this tag and all its contents.