Show / Hide Table of Contents

Struct TagBuilder

Represents a "half-open" HTML tag which is waiting for its children.

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: Eighty
Assembly: Eighty.dll
Syntax
public struct TagBuilder

Methods

| Improve this Doc View Source

_(Html[])

Add children to the tag.

Declaration
public Html _(params Html[] children)
Parameters
Type Name Description
Html[] children
Returns
Type Description
Html

An instance of Html

| Improve this Doc View Source

_(IEnumerable<Html>)

Add children to the tag.

Declaration
public Html _(IEnumerable<Html> children)
Parameters
Type Name Description
IEnumerable<Html> children
Returns
Type Description
Html

An instance of Html

| Improve this Doc View Source

_(List<Html>)

Add children to the tag.

Declaration
public Html _(List<Html> children)
Parameters
Type Name Description
List<Html> children
Returns
Type Description
Html

An instance of Html

| Improve this Doc View Source

_(ImmutableArray<Html>)

Add children to the tag.

Declaration
public Html _(ImmutableArray<Html> children)
Parameters
Type Name Description
ImmutableArray<Html> children
Returns
Type Description
Html

An instance of Html

| Improve this Doc View Source

_(ImmutableList<Html>)

Add children to the tag.

Declaration
public Html _(ImmutableList<Html> children)
Parameters
Type Name Description
ImmutableList<Html> children
Returns
Type Description
Html

An instance of Html

  • Improve this Doc
  • View Source
Back to top Generated by DocFX